Use percentage widths to fix flex-box bug

This commit is contained in:
Tyler Hallada
2018-01-10 17:48:34 -05:00
parent c2094d4388
commit 804eacdb04

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 {