We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f54606 commit 743b016Copy full SHA for 743b016
src/vs/base/parts/quickinput/browser/media/quickInput.css
@@ -7,7 +7,6 @@
7
position: absolute;
8
width: 600px;
9
z-index: 2550;
10
- padding: 0 1px 1px 1px;
11
left: 50%;
12
margin-left: -300px;
13
-webkit-app-region: no-drag;
@@ -151,6 +150,7 @@
151
150
.quick-input-list {
152
line-height: 22px;
153
margin-top: 6px;
+ padding: 0px 1px 1px 1px;
154
}
155
156
.quick-input-widget.hidden-input .quick-input-list {
0 commit comments