fix(fe): normalize classnames

This commit is contained in:
hexxa 2022-03-15 22:05:20 +08:00 committed by Hexxa
parent 4601ed9f77
commit 7c1bc34c48
6 changed files with 112 additions and 94 deletions

View file

@ -593,4 +593,8 @@
.txt-align-r {
text-align: right;
}
.work-break-all {
word-break: break-all;
}