From dff2aa8b46456524cfdef688488c3e3d34daaf3b Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 25 Mar 2021 15:36:07 +0100 Subject: [PATCH] light-blue.css: fix handling LSformElement_valueWithUnit width --- src/css/light-blue.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/light-blue.css b/src/css/light-blue.css index fe85fee1..ca315271 100644 --- a/src/css/light-blue.css +++ b/src/css/light-blue.css @@ -202,6 +202,10 @@ td.LSobject-list, tr.LSobject-list, table.LStable tbody td, table.LStable th { width: 32vw; } + select.LSformElement_valueWithUnit { + width: auto; + } + ul.LSformElement_jsonCompositeAttribute div label { width: 10rem; }