Skip to content
Snippets Groups Projects
Commit c58c0065 authored by ThibG's avatar ThibG Committed by Eugen Rochko
Browse files

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!
parent f20c0b85
No related branches found
No related tags found
No related merge requests found
......@@ -420,6 +420,7 @@ code {
border: 1px solid darken($ui-base-color, 14%);
border-radius: 4px;
padding: 10px;
padding-right: 30px;
height: 41px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment