Remove explicitly specified width for formset-forms

With that style, all formset rows were a fix pixels less wide than surrounding content
This commit is contained in:
Mira Weller
2025-10-08 14:21:13 +02:00
parent 50c1c9c724
commit baf351349f
@@ -63,10 +63,6 @@ td > .form-group > .checkbox {
@include box-shadow(none);
}
div[data-formset-body], div[data-formset-form], div[data-nested-formset-form], div[data-nested-formset-body], details[data-formset-form] {
width: 100%;
}
.form-plugins .panel-title {
line-height: 34px;
}