Skip to content

Commit e1b72c4

Browse files
authored
Merge pull request #1071 from webpack/sidebar-overflow-fix
Sidebar overflow fix
2 parents 8061416 + 9defc50 commit e1b72c4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-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 {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: MinChunkSizePlugin
33
contributors:
4+
sort: 1
45
---
56

67
Try to keep the chunk size above a limit.

0 commit comments

Comments
 (0)