diff --git a/src/studio-header/StudioHeader.scss b/src/studio-header/StudioHeader.scss index 92465f006..b43da28f3 100644 --- a/src/studio-header/StudioHeader.scss +++ b/src/studio-header/StudioHeader.scss @@ -29,6 +29,8 @@ $white: #FFFFFF; } .course-title-lockup { + overflow: hidden; + @media only screen and (min-width: 769px) { padding: .5rem; padding-right: $spacer; @@ -36,8 +38,6 @@ $white: #FFFFFF; width: 70%; } - overflow: hidden; - span { color: #333333; white-space: nowrap;