From fb74c846420b8092d59504384a711d980dd9a501 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 29 May 2017 14:56:10 +0200 Subject: [PATCH] use span instead of div (so it won't modify the height of the panel when the warning is displayed) --- src/app/settings-tab.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/settings-tab.js b/src/app/settings-tab.js index 9875854f38..416710da28 100644 --- a/src/app/settings-tab.js +++ b/src/app/settings-tab.js @@ -36,6 +36,7 @@ var css = csjs` } .compilationWarning extends ${styles.warningTextBox} { margin-top: 1em; + margin-left: 0.5em; } } ` @@ -62,7 +63,7 @@ function settingsTab () {
Auto Compile -
+