You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that after upgrading the /user/plugins/form/templates/forms/default/form.html.twig template added an outer div around the buttons with an "outerclasses" attribute. This is great, however, it breaks my inline buttons and drops them to a new line, because of the outer divs.
I would maybe suggest to check for the outerclasses attribute, and if not defined, hide the outer divs too.
Thanks.
The text was updated successfully, but these errors were encountered:
I noticed that after upgrading the /user/plugins/form/templates/forms/default/form.html.twig template added an outer div around the buttons with an "outerclasses" attribute. This is great, however, it breaks my inline buttons and drops them to a new line, because of the outer divs.
I would maybe suggest to check for the outerclasses attribute, and if not defined, hide the outer divs too.
Thanks.
The text was updated successfully, but these errors were encountered: