From aa4e54f759bac10bb1e9836d5b1dc1e5c873abbc Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 23 Sep 2014 01:09:51 -0700 Subject: [PATCH] add tap space for mobile date field in suggested topics --- app/assets/stylesheets/mobile/topic-list.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index 4e46041d419..c1eb9cef8ad 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -76,6 +76,12 @@ } } + .num.activity.last { + a { + padding: 15px 0 15px 5px; + } + } + .age { white-space: nowrap; a {