Merge pull request #17159 from edx/thallada/fix-discussion-off-screen-bug

Use percentage widths to fix flex-box bug
This commit is contained in:
Tyler Hallada
2018-01-12 13:33:37 -05:00
committed by GitHub

View File

@@ -27,9 +27,8 @@
.forum-nav {
@include media-breakpoint-up(md) {
// Note: a single width setting is not obeyed by a flex layout
min-width: 300px;
max-width: 300px;
width: 25%;
}
}
@@ -42,6 +41,7 @@
min-height: 500px;
margin-bottom: 0;
width: 75%;
}
.new-post-article {