]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix padding on select elements in preferences
authorThibaut Girka <thib@sitedethib.com>
Sun, 16 Dec 2018 12:36:19 +0000 (13:36 +0100)
committerThibaut Girka <thib@sitedethib.com>
Sun, 16 Dec 2018 13:48:15 +0000 (14:48 +0100)
Port c58c00651b13520e22f0a59737d23a68e63b4840 to glitch-soc

app/javascript/flavours/glitch/styles/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;
   }