mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add generic select box padding (#8635)
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.monaco-select-box.monaco-select-box-dropdown-padding {
|
.monaco-select-box {
|
||||||
padding: 2px 8px;
|
padding: 2px 8px;
|
||||||
padding: 0 22px 0 6px !important; /* I don't like this but for now its fine */
|
padding: 0 22px 0 6px !important; /* I don't like this but for now its fine */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user