Skip to content

Commit ac7c09f

Browse files
committed
fix: remove resizing and increase width
1 parent a5510fc commit ac7c09f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

projects/components/src/navigation/navigation-list.component.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,5 @@
8484
}
8585

8686
.expanded {
87-
width: 220px;
88-
overflow-x: hidden;
89-
resize: horizontal;
87+
width: 228px;
9088
}

0 commit comments

Comments
 (0)