We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to documentation of BS4, horizontal form should not have label wrapped in a div. If does, there is additional space under every form row.
https://getbootstrap.com/docs/4.3/components/forms/#horizontal-form https://github.com/nextras/forms-rendering/blob/master/src/Renderers/Bs4FormRenderer.php#L48
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to documentation of BS4, horizontal form should not have label wrapped in a div. If does, there is additional space under every form row.
https://getbootstrap.com/docs/4.3/components/forms/#horizontal-form
https://github.com/nextras/forms-rendering/blob/master/src/Renderers/Bs4FormRenderer.php#L48
The text was updated successfully, but these errors were encountered: