From caefc196a4ac44234d0823c5910cccb2aa840e2c Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Fri, 18 Nov 2016 14:27:49 +0000 Subject: [PATCH] Style comments in Overview panel. --- .../public/stylesheets/app/editor/review-panel.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/services/web/public/stylesheets/app/editor/review-panel.less b/services/web/public/stylesheets/app/editor/review-panel.less index e27cabfda3..8b56f4ac6c 100644 --- a/services/web/public/stylesheets/app/editor/review-panel.less +++ b/services/web/public/stylesheets/app/editor/review-panel.less @@ -203,6 +203,7 @@ } } .rp-state-overview & { + border-radius: 0; padding: 2px 5px; border-bottom: solid 1px @rp-border-grey; } @@ -328,6 +329,11 @@ display: flex; align-items: flex-start; padding: 5px; + + .rp-state-overview & { + padding: 3px 0; + line-height: 1.2; + } } .rp-comment-body { position: relative; @@ -369,6 +375,10 @@ .rp-comment-reply { padding: 0 5px; + + .rp-state-overview & { + padding: 3px 0 0; + } } .rp-add-comment-btn {