From 263a227999e0ddf2f80797c29f834e86d35f6154 Mon Sep 17 00:00:00 2001 From: Harry Rein Date: Mon, 6 Nov 2017 14:27:39 -0500 Subject: [PATCH] Issue with long course tab name styling. --- lms/static/sass/bootstrap/_layouts.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lms/static/sass/bootstrap/_layouts.scss b/lms/static/sass/bootstrap/_layouts.scss index c52987315f..85ed1f813a 100644 --- a/lms/static/sass/bootstrap/_layouts.scss +++ b/lms/static/sass/bootstrap/_layouts.scss @@ -12,12 +12,9 @@ .course-tabs { padding: 0; font-size: $font-size-sm; - - @include media-breakpoint-down(md) { - overflow-x: scroll; - overflow-y: hidden; - white-space: nowrap; - } + overflow-x: scroll; + overflow-y: hidden; + white-space: nowrap; .navbar-nav { display: flex;