Closed mschoettle closed 1 month ago
Using FormActions with providing a css_class argument has no effect.
FormActions
css_class
FormActions( CancelButton('/'), Submit('submit', _('Save')), css_class='d-flex justify-content-end', ),
<div class="mb-3"> <div class=""> button1 button2 </div> </div>
Comparing the bootstrap4 and bootstrap5 template shows that the css_class part is completely missing. In addition, I am wondering whether the inner <div> could be omitted.
<div>
Using
FormActions
with providing acss_class
argument has no effect.Usage
Output
Comparing the bootstrap4 and bootstrap5 template shows that the
css_class
part is completely missing. In addition, I am wondering whether the inner<div>
could be omitted.