Update text alignment and number formatting

This commit is contained in:
Dede Fuji Abdul
2024-03-06 17:01:06 +07:00
parent b67886d473
commit bfeabfdaee
15 changed files with 55313 additions and 1224 deletions

View File

@ -3253,6 +3253,10 @@ body {
text-align: left;
}
.\!text-left {
text-align: left !important;
}
.text-center {
text-align: center;
}
@ -3261,6 +3265,10 @@ body {
text-align: right;
}
.\!text-right {
text-align: right !important;
}
.text-start {
text-align: start;
}