From 6e1a2c436b84702bb2076f4ddddd5a42dec4e005 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Fri, 2 Feb 2018 22:54:51 +0000 Subject: [PATCH] let labels expand if really necessary, and pin min-width (should we add max width also ?) --- editor/sass/editor.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editor/sass/editor.scss b/editor/sass/editor.scss index af116c9ef..c173db053 100644 --- a/editor/sass/editor.scss +++ b/editor/sass/editor.scss @@ -178,7 +178,7 @@ } .form-row label { display: inline-block; - width: 100px; + min-width: 100px; } .form-row input, .form-row div[contenteditable="true"] { width:70%; @@ -323,6 +323,7 @@ margin-right: 20px; text-align: right; width: 30px; + min-width: 30px; } button { margin-left: 10px;