From a5024c3fdee07e0613b3aa41d91383862ca88323 Mon Sep 17 00:00:00 2001 From: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:20:38 -0500 Subject: [PATCH] fix: move `overflow: hidden` to address `mixed-decls` warning (#549) https://sass-lang.com/documentation/breaking-changes/mixed-decls/ --- src/studio-header/StudioHeader.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;