Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 6c0388c

Browse files
darkwingjasonLaster
authored andcommitted
Fix alignment of line numbers in quick open (#5799)
1 parent caa26e3 commit 6c0388c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/shared/ResultList.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
border-bottom: 1px solid var(--theme-splitter-color);
2929
}
3030

31+
.result-list.small li {
32+
justify-content: space-between;
33+
}
34+
3135
.result-list li:hover {
3236
background: var(--theme-tab-toolbar-background);
3337
}

0 commit comments

Comments
 (0)