From 1b626403256926278029a6b86f94d6f53a62a519 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 3 Apr 2025 12:25:23 +0300 Subject: [PATCH] make post status form wrap stable --- src/components/post_status_form/post_status_form.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/post_status_form/post_status_form.scss b/src/components/post_status_form/post_status_form.scss index 9e8de25d5..a79cae4a6 100644 --- a/src/components/post_status_form/post_status_form.scss +++ b/src/components/post_status_form/post_status_form.scss @@ -205,6 +205,7 @@ min-height: calc(var(--post-line-height) * 1em); resize: none; background: transparent; + text-wrap: stable; &.scrollable-form { overflow-y: auto;