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
Bootstrap 4 layout does not render form parent errors correctly after switching to <span>
d-block class is missing after alert-danger
Commit: 5dcaaad
<spanclass="{% if form is not rootform %}invalid-feedback d-block{% else %}alert alert-danger{% endif %}">
The text was updated successfully, but these errors were encountered:
normisg
changed the title
bootstrap_4_layout.html.twig parent alert block is displayed inline
bootstrap_4_layout.html.twig does not render form parent errors correctly after switching to span
Apr 9, 2018
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes#26870).
Discussion
----------
Add d-block to bootstrap 4 alerts
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #26869
| License | MIT
| Doc PR | N/A
Commits
-------
40bd8bd Add d-block to bootstrap 4 alerts
Bootstrap 4 layout does not render form parent errors correctly after switching to
<span>
d-block class is missing after alert-danger
Commit: 5dcaaad
The text was updated successfully, but these errors were encountered: