Skip to content

Commit

Permalink
fix: move overflow: hidden to address mixed-decls warning (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril authored Dec 9, 2024
1 parent d7be18e commit a5024c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/studio-header/StudioHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ $white: #FFFFFF;
}

.course-title-lockup {
overflow: hidden;

@media only screen and (min-width: 769px) {
padding: .5rem;
padding-right: $spacer;
border-right: 1px solid #E5E5E5;
width: 70%;
}

overflow: hidden;

span {
color: #333333;
white-space: nowrap;
Expand Down

0 comments on commit a5024c3

Please sign in to comment.