Skip to content

Commit b5b0664

Browse files
authored
Merge pull request #381 from ember-learn/nickschot/fix-sidebar-width
fix sidebar shrinking in certain cases when there's content next to it
2 parents 16dc739 + 52ae040 commit b5b0664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addon/styles/sidebar-container.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
width: 234px;
1818
margin-right: 32px;
1919
flex-grow: 0;
20+
flex-shrink: 0;
2021
}
2122

2223
.sidebar-container > *:not(.es-sidebar):not(.es-sidebar-toggle) {

0 commit comments

Comments
 (0)