Line 16 in "/crispy_bootstrap5/templates/bootstrap5/field.html" was changed in commit 668e66d and the class "pt-0" was added as part of this change. This causes the form labels in horizontal forms to be pushed to the top unnecessarily.
The Bootstrap 5 documentation does not mention using something like this. Is it possible to remove this particular class?
Line 16 in "/crispy_bootstrap5/templates/bootstrap5/field.html" was changed in commit 668e66d and the class "pt-0" was added as part of this change. This causes the form labels in horizontal forms to be pushed to the top unnecessarily.
The Bootstrap 5 documentation does not mention using something like this. Is it possible to remove this particular class?