Update text alignment and number formatting
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user