diff --git a/src/components/AppLanguageDropdown.web.tsx b/src/components/AppLanguageDropdown.web.tsx
index aea1b2b9..c3c8575a 100644
--- a/src/components/AppLanguageDropdown.web.tsx
+++ b/src/components/AppLanguageDropdown.web.tsx
@@ -42,31 +42,35 @@ export function AppLanguageDropdown() {
// We don't have hitSlop here to increase the tap region,
// alternative is negative margins.
{height: 32, marginVertical: -((32 - 14) / 2)},
- a.flex_row,
- a.gap_sm,
- a.align_center,
- a.flex_shrink,
]}>
-
- {APP_LANGUAGES.find(l => l.code2 === sanitizedLang)?.name}
-
-
+
+
+ {APP_LANGUAGES.find(l => l.code2 === sanitizedLang)?.name}
+
+
+