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
alexanderkroneis
alexanderkroneisOP2y ago
I'd like to add a divider in some places, e.g. at this action group.
No description
toeknee
toeknee2y ago
on the group item try: ->extraAttributes(['class' => '']) And add the classes for the top border you want
alexanderkroneis
alexanderkroneisOP2y ago
I tried that and sadly it comes with a little border radius.
No description
toeknee
toeknee2y ago
You could therefore use a group field, then pt-2 mt-2 bt-2 type of thing on the group instead?
alexanderkroneis
alexanderkroneisOP2y ago
I'll try that 😄

Did you find this page helpful?