Commit 263a2279 by Harry Rein

Issue with long course tab name styling.

parent 51459d33
...@@ -12,12 +12,9 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment