mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
Replace fit-content with auto. (#14820)
This commit is contained in:
@@ -63,7 +63,7 @@ export function NotificationConfirmationBody({
|
|||||||
const iconContainerStyles = (error?: string) => css`
|
const iconContainerStyles = (error?: string) => css`
|
||||||
> svg {
|
> svg {
|
||||||
width: ${!error ? "50px" : "40px"};
|
width: ${!error ? "50px" : "40px"};
|
||||||
height: fit-content;
|
height: auto;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
const notificationConfirmationBodyStyles = ({ theme }: { theme: Theme }) => css`
|
const notificationConfirmationBodyStyles = ({ theme }: { theme: Theme }) => css`
|
||||||
|
|||||||
Reference in New Issue
Block a user