1
0
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:
Miles Blackwood
2025-05-16 09:17:57 -04:00
committed by GitHub
parent 07659184ad
commit 3b26713b3a

View File

@@ -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`