Is it possible to adjust vertical spacing in forms?

Is it possible to add vertical space between elements in the Form builder? Also, is there a way to make 2 side by side sections the same height?
No description
Solution:
you can make it with Placeholder component
Jump to solution
3 Replies
Solution
Azad Furkan ŞAKAR
you can make it with Placeholder component
AnarFrudan
AnarFrudanOP6d ago
Thanks! That worked perfectly
Matthew
Matthew4d ago
Whilst there are no outright 'bad' solutions. I would argue creating an element to make a space is a bit 'hacky'.
->extraAttributes([
'class' => 'mt-5',
]),
->extraAttributes([
'class' => 'mt-5',
]),
Add something like this to the one you want space above. It will make your code maintenance a bit easier.

Did you find this page helpful?