From d19cb2a31bdff14afc0262e684073698297a0679 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Fri, 3 Feb 2017 15:20:50 +0000 Subject: [PATCH] Fix border-radius in entries. --- services/web/public/stylesheets/app/editor/review-panel.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/editor/review-panel.less b/services/web/public/stylesheets/app/editor/review-panel.less index da9fa7eb43..56a79e9e98 100644 --- a/services/web/public/stylesheets/app/editor/review-panel.less +++ b/services/web/public/stylesheets/app/editor/review-panel.less @@ -384,7 +384,7 @@ border-right-width: 0; } - .rp-layout-left & { + .rp-state-current-file-mini.rp-layout-left & { &:first-child { border-bottom-left-radius: 3px; }