Skip to content

Fix fieldset margins#7482

Open
Seb33300 wants to merge 1 commit intoEasyCorp:5.xfrom
Seb33300:fix-margin
Open

Fix fieldset margins#7482
Seb33300 wants to merge 1 commit intoEasyCorp:5.xfrom
Seb33300:fix-margin

Conversation

@Seb33300
Copy link
Contributor

@Seb33300 Seb33300 commented Mar 5, 2026

Fixes #7044

After these changes, we should be able to apply the h-100 class to our fieldsets to render them with equal heights.

return [
    FormField::addColumn(6),
    FormField::addFieldset('Fieldset 1')->setCssClass('h-100'),
    // ...
    FormField::addColumn(6),
    FormField::addFieldset('Fieldset 2')->setCssClass('h-100'),
    // ...
    FormField::addColumn(12),
    FormField::addFieldset('Fieldset 3'),
    // ...
]

This was not easy to test, so I hope I didn't miss anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect usage of margin-block-end (cannot render equal height fieldset)

1 participant