mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +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`
|
||||
> svg {
|
||||
width: ${!error ? "50px" : "40px"};
|
||||
height: fit-content;
|
||||
height: auto;
|
||||
}
|
||||
`;
|
||||
const notificationConfirmationBodyStyles = ({ theme }: { theme: Theme }) => css`
|
||||
|
||||
Reference in New Issue
Block a user