Skip to content

Commit 77077e0

Browse files
authored
Missing gap between label and dropdowns (macos) (#4573)
Fixes #4572
1 parent 6d28cc7 commit 77077e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webviews/createPullRequestView/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ body {
7575

7676
.input-label.combo-box {
7777
margin-right: 2px;
78-
min-width: 43px;
78+
min-width: 48px;
7979
}
8080

8181
.selector-group {

0 commit comments

Comments
 (0)