Skip to content

Commit c2f29ca

Browse files
committed
chore(fxa-settings): Adjust loading modal window size. Fix FXA-12851
1 parent af25995 commit c2f29ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/fxa-settings/src/components/CardLoadingSpinner

packages/fxa-settings/src/components/CardLoadingSpinner/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const CardLoadingSpinner = ({
2222
return (
2323
<div
2424
className={classNames(
25-
'card flex items-center justify-center h-full max-w-48 mobileLandscape:h-32',
25+
'card flex items-center justify-center min-h-48 mobileLandscape:min-h-64',
2626
className
2727
)}
2828
>

0 commit comments

Comments
 (0)