Skip to content

Commit c7291d1

Browse files
committed
Remove gap between locale and theme controls so the nav fits narrow screens
1 parent 3567335 commit c7291d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

application/account/WebApp/federated-modules/public/PublicNavigation.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export default function PublicNavigation() {
2727
</Suspense>
2828
) : (
2929
<div className="flex items-center gap-6">
30-
<Suspense fallback={<div className="flex gap-2" />}>
31-
<span className="flex gap-2">
30+
<Suspense fallback={<div className="flex" />}>
31+
<span className="flex">
3232
<LocaleSwitcher />
3333
<ThemeModeSelector aria-label={t`Change theme`} />
3434
</span>

0 commit comments

Comments
 (0)