light-blue.css: fix handling LSformElement_valueWithUnit width

This commit is contained in:
Benjamin Renard 2021-03-25 15:36:07 +01:00
parent 6cce15ddf5
commit dff2aa8b46

View file

@ -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;
}