From 30f395c1c826710b9323d3c07d41bf97469cf720 Mon Sep 17 00:00:00 2001 From: Tommaso Casaburi Date: Sat, 16 May 2026 00:53:12 +0700 Subject: [PATCH] fix(reply modal): wrap search status text --- src/components/reply-modal/reply-modal.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/reply-modal/reply-modal.module.css b/src/components/reply-modal/reply-modal.module.css index 353b371c..2aa34743 100644 --- a/src/components/reply-modal/reply-modal.module.css +++ b/src/components/reply-modal/reply-modal.module.css @@ -163,4 +163,5 @@ color: var(--post-link-text-color); padding: 3px 5px; margin-top: 1px; + overflow-wrap: anywhere; }