Issue with long course tab name styling.

This commit is contained in:
Harry Rein
2017-11-06 14:27:39 -05:00
parent 51459d3333
commit 263a227999

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;