From 78e36c3669a6280f6a0207d2971d093446bcdb86 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Tue, 12 Apr 2016 14:11:03 +0530 Subject: [PATCH] UX: align small action post buttons on mobile --- app/assets/stylesheets/mobile/topic-post.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 8042ef257..4489ac12d 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -15,6 +15,10 @@ .small-action-desc { padding-top: 1em; + + button { + padding-top: 0px; + } } }