Skip to content

Commit a5024c3

Browse files
fix: move overflow: hidden to address mixed-decls warning (#549)
https://sass-lang.com/documentation/breaking-changes/mixed-decls/
1 parent d7be18e commit a5024c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/studio-header/StudioHeader.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ $white: #FFFFFF;
2929
}
3030

3131
.course-title-lockup {
32+
overflow: hidden;
33+
3234
@media only screen and (min-width: 769px) {
3335
padding: .5rem;
3436
padding-right: $spacer;
3537
border-right: 1px solid #E5E5E5;
3638
width: 70%;
3739
}
3840

39-
overflow: hidden;
40-
4141
span {
4242
color: #333333;
4343
white-space: nowrap;

0 commit comments

Comments
 (0)