From bea06afd3d26b385e18d55092026c10afb950cfd Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Thu, 14 Jul 2016 22:38:16 +1000 Subject: [PATCH] UX: suppress description excerpt on mobile --- app/assets/stylesheets/mobile/topic-list.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index 5ca8cb7b5a1..660446f6f55 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -419,3 +419,7 @@ td .main-link { width: 120%; } } + +.category-list-item .category-description { + display: none; +}