From 6304c213bdce77ea6ae80ea93371c8df33d39013 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Thu, 26 Jan 2017 12:00:11 +0000 Subject: [PATCH] Add a min-height to the review panel text areas. --- services/web/public/stylesheets/app/editor/review-panel.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/public/stylesheets/app/editor/review-panel.less b/services/web/public/stylesheets/app/editor/review-panel.less index 86bdedfff1..1bac7faf6f 100644 --- a/services/web/public/stylesheets/app/editor/review-panel.less +++ b/services/web/public/stylesheets/app/editor/review-panel.less @@ -452,6 +452,7 @@ color: @rp-type-darkgrey; margin-top: 3px; overflow-x: hidden; + min-height: 3em; } .rp-icon-delete {