From 804eacdb043717c0b708566b4c598d2de3f2d0d6 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Wed, 10 Jan 2018 17:48:34 -0500 Subject: [PATCH] Use percentage widths to fix flex-box bug --- lms/static/sass/discussion/_layouts.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/static/sass/discussion/_layouts.scss b/lms/static/sass/discussion/_layouts.scss index eec2b9e1b7..2b54c745fd 100644 --- a/lms/static/sass/discussion/_layouts.scss +++ b/lms/static/sass/discussion/_layouts.scss @@ -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 {