From 85f9272b1e33574ff9d9290f8613e99ef5fd079d Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:47:13 +0300 Subject: [PATCH] Fix LFG group posts text overflowing --- app/features/lfg/lfg.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/features/lfg/lfg.css b/app/features/lfg/lfg.css index caa67b09f..b45b9bbd7 100644 --- a/app/features/lfg/lfg.css +++ b/app/features/lfg/lfg.css @@ -54,7 +54,9 @@ } .lfg__post-text { + word-wrap: break-word; white-space: pre-wrap; + word-break: break-word; } .lfg__post-text-cut {