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 {
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;