Skip to content

Commit

Permalink
add maxwidth to app language dropdown (#3635)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius authored Apr 22, 2024
1 parent 243769e commit bcd88b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AppLanguageDropdown.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}>
Expand Down

0 comments on commit bcd88b0

Please sign in to comment.