Merge pull request #1958 from automatisch/AUT-1091
fix: introduce fix for logo being stretched
This commit is contained in:
@@ -4,4 +4,5 @@ export const Link = styled(RouterLink)(() => ({
|
|||||||
textDecoration: 'none',
|
textDecoration: 'none',
|
||||||
color: 'inherit',
|
color: 'inherit',
|
||||||
display: 'inline-flex',
|
display: 'inline-flex',
|
||||||
|
flex: 1,
|
||||||
}));
|
}));
|
||||||
|
@@ -2,6 +2,5 @@ import styled from '@emotion/styled';
|
|||||||
export const LogoImage = styled('img')(() => ({
|
export const LogoImage = styled('img')(() => ({
|
||||||
maxWidth: 200,
|
maxWidth: 200,
|
||||||
maxHeight: 22,
|
maxHeight: 22,
|
||||||
width: '100%',
|
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
}));
|
}));
|
||||||
|
@@ -10,7 +10,6 @@ export default function Login() {
|
|||||||
<Container maxWidth="sm">
|
<Container maxWidth="sm">
|
||||||
<Stack direction="column" gap={2}>
|
<Stack direction="column" gap={2}>
|
||||||
<LoginForm />
|
<LoginForm />
|
||||||
|
|
||||||
<SsoProviders />
|
<SsoProviders />
|
||||||
</Stack>
|
</Stack>
|
||||||
</Container>
|
</Container>
|
||||||
|
Reference in New Issue
Block a user