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-*
Updated by Raphael GAUTHIER 8 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Raphael GAUTHIER to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/5482
Updated by Raphael GAUTHIER 8 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|7bd22a69563818363e5acd9a0efece24aa0f7fcc.
Updated by Vincent MEMBRÉ 8 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.1.0~beta2 which was released today.
Actions