Can we add a divider into a layout (e.g. form, action group, ...)?
Can we add a divider into a layout (e.g. form, action group, ...)?
5 Replies
I'd like to add a divider in some places, e.g. at this action group.
on the group item try:
->extraAttributes(['class' => ''])
And add the classes for the top border you want
I tried that and sadly it comes with a little border radius.
You could therefore use a group field, then pt-2 mt-2 bt-2
type of thing on the group instead?
I'll try that π