From f72aed2263a986becf69fe9a98cccc1e40c7d0cd Mon Sep 17 00:00:00 2001 From: Trang Date: Tue, 16 Jan 2024 04:00:30 +0700 Subject: [PATCH] Extend message tying of RHS threads the entire width of the right post textbox (#25857) --- webapp/channels/src/sass/components/_post-right.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/channels/src/sass/components/_post-right.scss b/webapp/channels/src/sass/components/_post-right.scss index f5915b397f..8ce2bd401d 100644 --- a/webapp/channels/src/sass/components/_post-right.scss +++ b/webapp/channels/src/sass/components/_post-right.scss @@ -158,7 +158,7 @@ .msg-typing { display: block; min-width: 1px; - max-width: 230px; + max-width: 100%; height: 20px; margin: 2px 0; float: left;