Skip to content

Commit

Permalink
Fix padding on select elements in preferences (mastodon#9517)
Browse files Browse the repository at this point in the history
Add right-padding to select elements to take the up/down arrows into
account.

Thanks Tixie for finding the issue!
  • Loading branch information
ClearlyClaire authored and hiyuki2578 committed Oct 2, 2019
1 parent afbc5f6 commit 9ce44fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/javascript/styles/mastodon/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ code {
border: 1px solid darken($ui-base-color, 14%);
border-radius: 4px;
padding: 10px;
padding-right: 30px;
height: 41px;
}

Expand Down

0 comments on commit 9ce44fa

Please sign in to comment.