Skip to content

Commit

Permalink
Merge pull request #12450 from empirical-org/develop
Browse files Browse the repository at this point in the history
Release 2024-10-03
  • Loading branch information
anathomical authored Oct 3, 2024
2 parents 2afb47e + 377fe67 commit 910ccb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/QuillLMS/app/assets/stylesheets/shared/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,10 @@
}
}

@media (min-width: 930px) {
.hide-on-desktop:not(.premium-tab-small) { display: none !important; }
}

@media (min-width: 930px) and (max-width: 1040px) {
#teacher-nav-tabs li a {
padding: 3px 20px 3px;
Expand Down

0 comments on commit 910ccb6

Please sign in to comment.