Skip to content

Commit bcf133c

Browse files
authored
fix: settings toolbar lacks margin-right (microsoft#253716)
1 parent e7d0380 commit bcf133c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/vs/workbench/contrib/preferences/browser/media/settingsEditor2.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040

4141
.settings-editor > .settings-header > .search-container > .settings-count-widget {
4242
position: absolute;
43-
right: 48px;
43+
right: 49px;
4444
top: 0px;
4545
margin: 2.5px 0px;
4646
}
4747

4848
.settings-editor > .settings-header > .search-container.with-ai-toggle > .settings-count-widget {
49-
right: 69px;
49+
right: 70px;
5050
}
5151

5252
.settings-editor > .settings-header > .search-container > .settings-count-widget:empty {
@@ -60,6 +60,7 @@
6060
top: 0;
6161
right: 0;
6262
height: 100%;
63+
margin-right: 1px;
6364
}
6465

6566
.settings-editor > .settings-header > .search-container > .settings-clear-widget .action-label {

0 commit comments

Comments
 (0)