From 6e59a450c11608b61e032e572555bf1bf7eee52d Mon Sep 17 00:00:00 2001 From: Erick Guan Date: Mon, 15 Dec 2014 22:33:37 +0800 Subject: [PATCH] expanding active column width When the post gets older, its translation text needs more space --- app/assets/stylesheets/desktop/topic-list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index 484abfb70..b836af75b 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -146,7 +146,7 @@ .activity { width: 60px; &:lang(zh_CN) { - width: 70px; + width: 80px; } span { cursor: pointer;