mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
light-blue.css: fix handling LSformElement_valueWithUnit width
This commit is contained in:
parent
6cce15ddf5
commit
dff2aa8b46
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue