fix for overrunning long strings on to wrap

This commit is contained in:
2025-01-03 07:57:19 +00:00
parent a5e485032e
commit 5e1ffd3067
+4
View File
@@ -270,6 +270,10 @@ div.cardModuleItem:last-of-type {
} }
* {
overflow-wrap: anywhere;
}
.cardModuleRemoveCase { .cardModuleRemoveCase {
border: 1px solid $red; border: 1px solid $red;
padding: 5px; padding: 5px;