Actions
Enhancement #24414
closedUpdating bootstrap columns css classes
Effort required:
Name check:
To do
Fix check:
To do
Regression:
No
Description
To match the new bootstrap 5 breakpoints, we should update the css classes which determine the width of the columns :
.col-xs-*
becomes .col-sm-*
.col-sm-*
becomes .col-md-*
.col-md-*
becomes .col-lg-*
.col-lg-*
becomes .col-xl-*
Actions