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

Commit 5341396

Browse files
darkwingjasonLaster
authored andcommitted
[Sources] Fixes full width for highlighted items with no root (#5794)
1 parent 6c0388c commit 5341396

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/components/PrimaryPanes/Sources.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
overflow-y: auto;
6666
}
6767

68+
.sources-list {
69+
flex: 1;
70+
display: flex;
71+
overflow: hidden;
72+
}
73+
6874
.sources-list .tree:focus {
6975
outline: none;
7076
}
@@ -221,11 +227,6 @@
221227
display: block;
222228
}
223229

224-
.sources-list-custom-root .sources-list {
225-
flex: 1;
226-
display: flex;
227-
}
228-
229230
.sources-list-custom-root .sources-list,
230231
.sources-list-custom-root .no-sources-message {
231232
position: absolute;

0 commit comments

Comments
 (0)