From 7bb8f5d1ef47e02c4f1784656f6abcff409b96d5 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 12 Oct 2015 20:59:03 +0500 Subject: Removing padding from post comment cell in RHS --- web/sass-files/sass/partials/_responsive.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/sass-files/sass') diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index 82ec1811a..f31e7cdc5 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -421,6 +421,9 @@ .post-body__cell { display: table-cell; padding-left: 45px; + .sidebar--right & { + padding-left: 0; + } } .app__content & { .btn-file { -- cgit v1.2.3-1-g7c22