From cf896b5a5dac40b5eb5fa45a8c6b612f806b3919 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Tue, 28 Feb 2017 11:37:58 +0000 Subject: [PATCH] Keep original text alignment; use a min-width. --- services/web/public/stylesheets/app/editor.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index aa896aa5ea..781e6ea257 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -32,6 +32,8 @@ .alert { display: inline-block; + text-align: left; + min-width: 400px; padding: (@line-height-computed / 4); font-size: 14px; margin-bottom: (@line-height-computed / 4);