Skip to content

Commit e325cd2

Browse files
authored
Merge pull request microsoft#264352 from microsoft/mrleemurray/wet-hippopotamus-copper
Fix mac select box styling
2 parents 4b2a9f5 + b23f938 commit e325cd2

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)