add maxwidth to app language dropdown (#3635)
parent
243769e657
commit
bcd88b088a
|
@ -71,6 +71,7 @@ export function AppLanguageDropdown() {
|
||||||
color: t.atoms.text.color,
|
color: t.atoms.text.color,
|
||||||
background: t.atoms.bg.backgroundColor,
|
background: t.atoms.bg.backgroundColor,
|
||||||
padding: 4,
|
padding: 4,
|
||||||
|
maxWidth: '100%',
|
||||||
}}>
|
}}>
|
||||||
{APP_LANGUAGES.filter(l => Boolean(l.code2)).map(l => (
|
{APP_LANGUAGES.filter(l => Boolean(l.code2)).map(l => (
|
||||||
<option key={l.code2} value={l.code2}>
|
<option key={l.code2} value={l.code2}>
|
||||||
|
|
Loading…
Reference in New Issue