fix: move overflow: hidden to address mixed-decls warning (#549)

https://sass-lang.com/documentation/breaking-changes/mixed-decls/
This commit is contained in:
Brian Smith
2024-12-09 12:20:38 -05:00
committed by GitHub
parent d7be18e717
commit a5024c3fde

View File

@@ -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;