Skip to content

Commit 5a79cf4

Browse files
authored
fix: tweak count widget layout (microsoft#251232)
1 parent af66efe commit 5a79cf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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: 46px;
43+
right: 48px;
4444
top: 0px;
45-
margin: 4px 0px;
45+
margin: 2.5px 0px;
4646
}
4747

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

5252
.settings-editor > .settings-header > .search-container > .settings-count-widget:empty {

0 commit comments

Comments
 (0)