Fix line wrapping of language selection button with long locale codes (#27100)

local
gunchleoc 8 months ago committed by GitHub
parent aeeddb9d46
commit 88fa8e710a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/javascript/styles/mastodon/components.scss

@ -284,6 +284,7 @@
font-size: 11px;
padding: 0 3px;
line-height: 27px;
white-space: nowrap;
&:hover,
&:active,

Loading…
Cancel
Save