Add generic select box padding (#8635)

This commit is contained in:
Chris LaFreniere
2019-12-10 22:14:01 -08:00
committed by GitHub
parent 302e8305ef
commit 698b4fce41

View File

@@ -14,7 +14,7 @@
margin-right: 5px;
}
.monaco-select-box.monaco-select-box-dropdown-padding {
.monaco-select-box {
padding: 2px 8px;
padding: 0 22px 0 6px !important; /* I don't like this but for now its fine */
}