]> cat aescling's git repositories - mastodon.git/commitdiff
Fix padding on select elements in preferences (#9517)
authorThibG <thib@sitedethib.com>
Fri, 14 Dec 2018 00:44:39 +0000 (01:44 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 14 Dec 2018 00:44:39 +0000 (01:44 +0100)
Add right-padding to select elements to take the up/down arrows into
account.

Thanks Tixie for finding the issue!

app/javascript/styles/mastodon/forms.scss

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