light-blue.css: fix dd.LSform-errors width

This commit is contained in:
Benjamin Renard 2020-06-13 10:24:42 +02:00
parent 9cd76faeed
commit e9cc1a35b5

View file

@ -176,7 +176,7 @@ td.LSobject-list, tr.LSobject-list {
padding: 2px;
}
.LSform input[type=text], .LSform input[type=password], .LSform select, .LSform textarea, ul.LSformElement_mail_autocomplete, ul.LSformElement_select_object_edit, div.LSformElement_wysiwyg_container, ul.LSformElement_jsonCompositeAttribute {
.LSform input[type=text], .LSform input[type=password], .LSform select, .LSform textarea, ul.LSformElement_mail_autocomplete, ul.LSformElement_select_object_edit, div.LSformElement_wysiwyg_container, ul.LSformElement_jsonCompositeAttribute, dd.LSform-errors {
width: 32vw;
}