Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 90e5984

Browse files
authored
fix: LSDV-5214: Multi-word labels containing spaces in regions list are broken down into multiple rows on every space character (#1424)
* fix: LSDV-5214: Multi-word labels containing spaces in regions list are broken down into multiple rows on every space character * removing this icon alignment as it puts the region item out of alignment with the remaining contents
1 parent 3161d10 commit 90e5984

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/SidePanels/OutlinerPanel/TreeView.styl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
width min-content
5656
align-items center
5757
justify-content center
58-
align-self: flex-start;
5958
color var(--icon-color)
6059

6160
svg
@@ -134,7 +133,6 @@
134133

135134
&_newUI
136135
display flex
137-
width 100%
138136
position initial
139137
justify-content space-between
140138

0 commit comments

Comments
 (0)