Skip to content

Commit 743b016

Browse files
Have padding on qp list not the whole widget (microsoft#156624)
1 parent 6f54606 commit 743b016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/base/parts/quickinput/browser/media/quickInput.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
position: absolute;
88
width: 600px;
99
z-index: 2550;
10-
padding: 0 1px 1px 1px;
1110
left: 50%;
1211
margin-left: -300px;
1312
-webkit-app-region: no-drag;
@@ -151,6 +150,7 @@
151150
.quick-input-list {
152151
line-height: 22px;
153152
margin-top: 6px;
153+
padding: 0px 1px 1px 1px;
154154
}
155155

156156
.quick-input-widget.hidden-input .quick-input-list {

0 commit comments

Comments
 (0)