From 81dda9fc3e51702f8cb0c2b9ca6ce9eb021bbccc Mon Sep 17 00:00:00 2001 From: Erick Guan Date: Mon, 19 May 2014 01:15:11 +0800 Subject: [PATCH] Fix c6ef85d517895. Align reply area, 10px padding. --- app/assets/stylesheets/desktop/compose.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/desktop/compose.scss b/app/assets/stylesheets/desktop/compose.scss index d0537c7060e..fc2bc12c0a0 100644 --- a/app/assets/stylesheets/desktop/compose.scss +++ b/app/assets/stylesheets/desktop/compose.scss @@ -201,6 +201,9 @@ margin-left: auto; margin-right: auto; float: none; + .ac-wrap { + padding-left: 10px; + } } // When the post is new (new topic) the sizings are different