Skip to content

Commit

Permalink
docs: Fix overflow issue in IE. (#25142)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and XhmikosR committed Dec 31, 2017
1 parent d08eb55 commit bee859c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}

@include media-breakpoint-up(xl) {
max-width: 320px;
flex: 0 1 320px;
}
}

Expand Down

0 comments on commit bee859c

Please sign in to comment.