diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index 07dfb9a751d..6d1f3aba791 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -214,7 +214,6 @@ width: 60px; } .with-year { - font-size: 85%; white-space: nowrap; } } diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index d6ab8e36e5f..fd9a792927a 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -148,9 +148,6 @@ } .age { white-space: nowrap; - .with-year { - font-size: 85%; - } } }