From 57cc53d1d7421afd067b6aa9f2f2e6b4dd26bec7 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:12:41 +0300 Subject: [PATCH] Fix Plus Server suggestion long text overflows Closes #3133 --- app/features/plus-suggestions/plus.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/features/plus-suggestions/plus.module.css b/app/features/plus-suggestions/plus.module.css index a931cfb13..69e58dbaa 100644 --- a/app/features/plus-suggestions/plus.module.css +++ b/app/features/plus-suggestions/plus.module.css @@ -51,6 +51,8 @@ .comment { white-space: pre-wrap; + overflow-wrap: break-word; + min-width: 0; } .commentButton {