From 12b85b9ef919903375102f3819946233cb36b474 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 26 Jan 2016 17:03:18 -0800 Subject: [PATCH] CSS tweak to top expanded in-reply-to --- app/assets/stylesheets/desktop/topic-post.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 42f2676b0e4..1c1d2397b1f 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -275,8 +275,7 @@ nav.post-controls { width: 701px; } &.top.topic-body { - padding-left: 0; - padding-right: 0; + padding: 0; } .post-date { color: dark-light-choose(scale-color($primary, $lightness: 60%), scale-color($secondary, $lightness: 40%)); }