diff --git a/src/app/features/settings/account/ProfileDecoration.tsx b/src/app/features/settings/account/ProfileDecoration.tsx index 2da0b846d..cf6e3f14f 100644 --- a/src/app/features/settings/account/ProfileDecoration.tsx +++ b/src/app/features/settings/account/ProfileDecoration.tsx @@ -250,7 +250,8 @@ export function ProfileDecoration() { style={{ display: 'flex', flexWrap: 'wrap', - gap: 36, + columnGap: 28, + rowGap: 52, paddingBottom: INSET, paddingLeft: INSET, paddingRight: INSET,