about summary refs log tree commit diff
path: root/src/components/AppLanguageDropdown.web.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AppLanguageDropdown.web.tsx')
-rw-r--r--src/components/AppLanguageDropdown.web.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/AppLanguageDropdown.web.tsx b/src/components/AppLanguageDropdown.web.tsx
index c3c8575a1..a106d9966 100644
--- a/src/components/AppLanguageDropdown.web.tsx
+++ b/src/components/AppLanguageDropdown.web.tsx
@@ -71,6 +71,7 @@ export function AppLanguageDropdown() {
           color: t.atoms.text.color,
           background: t.atoms.bg.backgroundColor,
           padding: 4,
+          maxWidth: '100%',
         }}>
         {APP_LANGUAGES.filter(l => Boolean(l.code2)).map(l => (
           <option key={l.code2} value={l.code2}>