mirror of
https://github.com/pretix/pretix.git
synced 2026-08-14 11:26:26 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user