From 3fcde726567944f659a5e0c9b40d74fa2fb546f0 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 2 Dec 2014 00:41:51 -0800 Subject: [PATCH] bit shorter max width on mobile categories --- app/assets/stylesheets/mobile/topic-list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index 6d61c1f956d..c1ec6e5bc80 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -62,7 +62,7 @@ float: left; } .category a { - max-width: 200px; + max-width: 160px; overflow: hidden; text-overflow: ellipsis; }