Skip to content

Commit b23f938

Browse files
lemurra_microsoftlemurra_microsoft
authored andcommitted
fix(selectBox): adjust border-radius and ensure minimum height for mac select box
1 parent 6cfcc7e commit b23f938

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vs/base/browser/ui/selectBox/selectBox.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030

3131
.mac .monaco-action-bar .action-item .monaco-select-box {
3232
font-size: 11px;
33-
border-radius: 5px;
33+
border-radius: 3px;
34+
min-height: 24px;
3435
}

0 commit comments

Comments
 (0)