Merge pull request #16470 from edx/HarryRein/hotfix-course-tabs-too-long

Issue with long course tab name styling.
This commit is contained in:
Harry Rein
2017-11-06 15:23:26 -05:00
committed by GitHub

View File

@@ -12,12 +12,9 @@
.course-tabs { .course-tabs {
padding: 0; padding: 0;
font-size: $font-size-sm; font-size: $font-size-sm;
overflow-x: scroll;
@include media-breakpoint-down(md) { overflow-y: hidden;
overflow-x: scroll; white-space: nowrap;
overflow-y: hidden;
white-space: nowrap;
}
.navbar-nav { .navbar-nav {
display: flex; display: flex;