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 e7d0380 commit bcf133cCopy full SHA for bcf133c
src/vs/workbench/contrib/preferences/browser/media/settingsEditor2.css
@@ -40,13 +40,13 @@
40
41
.settings-editor > .settings-header > .search-container > .settings-count-widget {
42
position: absolute;
43
- right: 48px;
+ right: 49px;
44
top: 0px;
45
margin: 2.5px 0px;
46
}
47
48
.settings-editor > .settings-header > .search-container.with-ai-toggle > .settings-count-widget {
49
- right: 69px;
+ right: 70px;
50
51
52
.settings-editor > .settings-header > .search-container > .settings-count-widget:empty {
@@ -60,6 +60,7 @@
60
top: 0;
61
right: 0;
62
height: 100%;
63
+ margin-right: 1px;
64
65
66
.settings-editor > .settings-header > .search-container > .settings-clear-widget .action-label {
0 commit comments