This commit is contained in:
Benjamin Toby
2024-11-06 07:52:57 +01:00
parent 0a32750faa
commit 319af16fff
318 changed files with 389 additions and 25460 deletions
+8
View File
@@ -1197,6 +1197,14 @@
white-space: nowrap
}
.text-wrap {
text-wrap: wrap
}
.break-words {
overflow-wrap: break-word
}
.break-all {
word-break: break-all
}