Browse Source

Fix padding on select elements in preferences (#9517)

Add right-padding to select elements to take the up/down arrows into
account.

Thanks Tixie for finding the issue!
pull/4/head
ThibG 5 years ago
committed by Eugen Rochko
parent
commit
c58c00651b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/mastodon/forms.scss

+ 1
- 0
app/javascript/styles/mastodon/forms.scss View File

@ -420,6 +420,7 @@ code {
border: 1px solid darken($ui-base-color, 14%);
border-radius: 4px;
padding: 10px;
padding-right: 30px;
height: 41px;
}

Loading…
Cancel
Save