From 377fe67401855f586a6766131e175421dbc249a7 Mon Sep 17 00:00:00 2001 From: Anathomical Date: Thu, 3 Oct 2024 11:36:12 -0400 Subject: [PATCH] Re-add a CSS rule that was mistakenly removed (#12449) --- services/QuillLMS/app/assets/stylesheets/shared/tabs.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/QuillLMS/app/assets/stylesheets/shared/tabs.scss b/services/QuillLMS/app/assets/stylesheets/shared/tabs.scss index 7acd01536b..95afba9bf4 100644 --- a/services/QuillLMS/app/assets/stylesheets/shared/tabs.scss +++ b/services/QuillLMS/app/assets/stylesheets/shared/tabs.scss @@ -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;