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
In order to migrate the frontend from Bootstrap 4 to 5 several changes need to be made.
On of those is linked to the removal of the .form-inline class. In the official migration guide it says to replace those classes with the grid system. This is quite an extensive change, instead we choose to simply reimplement the original classes.
In order to migrate the frontend from Bootstrap 4 to 5 several changes need to be made.
On of those is linked to the removal of the
.form-inline
class. In the official migration guide it says to replace those classes with the grid system. This is quite an extensive change, instead we choose to simply reimplement the original classes.Migration guide: https://getbootstrap.com/docs/5.0/migration/#card
Bootstrap 4 implementation of
.form-inline
: https://stackoverflow.com/questions/67655096/bootstrap-5-form-group-form-row-form-inline-not-workingThe text was updated successfully, but these errors were encountered: