diff --git a/apps/browser/src/autofill/content/components/notification/confirmation/body.ts b/apps/browser/src/autofill/content/components/notification/confirmation/body.ts index 8286202b498..8bf8f7cbd93 100644 --- a/apps/browser/src/autofill/content/components/notification/confirmation/body.ts +++ b/apps/browser/src/autofill/content/components/notification/confirmation/body.ts @@ -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`