From e473b5e2708d894d7e8fb3275c2d90dee70b06ac Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Mon, 27 Mar 2017 10:02:09 +0100 Subject: [PATCH] Avoid line breaks in the add comment button. --- 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 3030e7dbb9..c069c536e2 100644 --- a/services/web/public/stylesheets/app/editor/review-panel.less +++ b/services/web/public/stylesheets/app/editor/review-panel.less @@ -456,6 +456,7 @@ border-radius: 3px; .rp-in-editor-widgets & { + white-space: nowrap; border-radius: 0; border-bottom-left-radius: 3px; }