Merge pull request #16470 from edx/HarryRein/hotfix-course-tabs-too-long
Issue with long course tab name styling.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user