Fix LFG group posts text overflowing

This commit is contained in:
Kalle
2024-09-27 17:47:13 +03:00
parent a87329c64f
commit 85f9272b1e

View File

@@ -54,7 +54,9 @@
}
.lfg__post-text {
word-wrap: break-word;
white-space: pre-wrap;
word-break: break-word;
}
.lfg__post-text-cut {