select box: do not set height, make sure it is still centered

fixes #45606
This commit is contained in:
isidor 2018-03-15 15:51:56 +01:00
parent 366ed0d530
commit c05d427af7
2 changed files with 4 additions and 5 deletions

View file

@ -5,5 +5,4 @@
.monaco-select-box {
width: 100%;
height: 20px;
}
}

View file

@ -21,11 +21,11 @@
}
.monaco-workbench .monaco-action-bar .monaco-select-box {
margin-top: 8px; /* Center the select box */
margin-top: 10px; /* Center the select box */
}
.monaco-workbench.windows .monaco-action-bar .monaco-select-box {
margin-top: 7px; /* Center the select box */
margin-top: 8px; /* Center the select box */
}
.monaco-font-aliasing-antialiased {
@ -40,4 +40,4 @@
.monaco-font-aliasing-auto {
-webkit-font-smoothing: antialiased;
}
}
}