From 49a5f85e1e7c3adf59e06310387f31631d875205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20de=20Arriba?= Date: Thu, 10 May 2018 16:46:05 +0200 Subject: [PATCH] Limit max-width to TICKScript editor Solves #3324 --- ui/src/style/pages/tickscript-editor.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/style/pages/tickscript-editor.scss b/ui/src/style/pages/tickscript-editor.scss index 6fb01847ff..7ef9674cf3 100644 --- a/ui/src/style/pages/tickscript-editor.scss +++ b/ui/src/style/pages/tickscript-editor.scss @@ -8,6 +8,7 @@ $tickscript-controls-height: 60px; .tickscript { flex: 1 0 0; position: relative; + max-width: 100%; } .tickscript-controls, .tickscript-console,