Unverified Commit bdde8587 by Harry Rein Committed by GitHub

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

Issue with long course tab name styling.
parents 166d784d 263a2279
......@@ -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;
......
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