add maxwidth to app language dropdown (#3635)

zio/stable
Samuel Newman 2024-04-22 21:24:50 +01:00 committed by GitHub
parent 243769e657
commit bcd88b088a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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}>