add maxwidth to app language dropdown (#3635)
This commit is contained in:
parent
243769e657
commit
bcd88b088a
1 changed files with 1 additions and 0 deletions
|
@ -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}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue