Skip to content

Commit 73ddb7b

Browse files
committed
Multi-select picker: Add left/right padding to OK button (fixes microsoft#46652)
1 parent 4af8a64 commit 73ddb7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/browser/parts/quickinput/quickInput.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
.quick-input-action {
4747
margin-left: 6px;
4848
border: 0;
49-
padding: 0px 4px 1px 4px;
49+
padding: 6px;
5050
}
5151

5252
.quick-input-action:focus {

0 commit comments

Comments
 (0)