From e5533b91bee5509e4fc27beeeb602a6e75c7cd59 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Tue, 28 Feb 2017 11:37:29 +0000 Subject: [PATCH] Allow the global alerts area to expand according to text sizing. --- services/web/public/stylesheets/app/editor.less | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index fdf18d7b38..aa896aa5ea 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -26,15 +26,20 @@ position: absolute; z-index: 20; top: 2px; - width: 400px; - left: 50%; - margin-left: -200px; + left: 0; + right: 0; + text-align: center; + .alert { + display: inline-block; padding: (@line-height-computed / 4); font-size: 14px; margin-bottom: (@line-height-computed / 4); } } + #try-reconnect-now-button { + margin-left: 20px; + } #ide-body { .full-size;