Add .txt-balance utility

This commit is contained in:
Alexander Zaytsev
2026-01-13 09:50:37 +01:00
parent ceff6ea4df
commit 603e4d10b3
+1
View File
@@ -24,6 +24,7 @@
.txt-underline { text-decoration: underline; }
.txt-tight-lines { line-height: 1.2; }
.txt-nowrap { white-space: nowrap; }
.txt-balance { text-wrap: balance; }
.txt-break { word-break: break-word; }
.txt-uppercase { text-transform: uppercase; }
.txt-capitalize { text-transform: capitalize; }