Skip to content

Commit 1314882

Browse files
committed
fix: control overflow in sidebar item titles (prevent wrapping to the next line)
1 parent 6bcf693 commit 1314882

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/sidebar-item/sidebar-item-style.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
flex: 1 1 auto;
2626
font-weight: 600;
2727
color: getColor(dove-grey);
28+
max-width: 90%;
29+
@include control-overflow;
2830
}
2931

3032
&__anchors {

0 commit comments

Comments
 (0)