diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index 9e71af85256..a8293f0458d 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -67,11 +67,11 @@ flex-wrap: wrap; width: 100%; .edit-category { - .d-icon { - margin: 0; - } @media screen and (max-width: 374px) { // Hide edit label on very tiny screens + .d-icon { + margin: 0; + } .d-button-label { display: none; }