Skip to content

Commit bee859c

Browse files
MartijnCuppensXhmikosR
authored andcommitted
docs: Fix overflow issue in IE. (twbs#25142)
1 parent d08eb55 commit bee859c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scss/_sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
}
6666

6767
@include media-breakpoint-up(xl) {
68-
max-width: 320px;
68+
flex: 0 1 320px;
6969
}
7070
}
7171

0 commit comments

Comments
 (0)