Fix alignment issues in CSS and table columns

This commit is contained in:
Dede Fuji Abdul
2024-03-07 10:51:16 +07:00
parent bfeabfdaee
commit c6bb405b57
6 changed files with 101770 additions and 85 deletions

View File

@ -3249,26 +3249,26 @@ body {
padding-top: 1.25rem;
}
.text-left {
text-align: left;
}
.\!text-left {
text-align: left !important;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.\!text-right {
text-align: right !important;
}
.text-right {
text-align: right;
}
.text-start {
text-align: start;
}