From 6d2cdfb1d7e46243cd46f704726f1586d2a1ebfe Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Tue, 20 Sep 2022 15:47:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20react-mentions=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=A4=8D=E5=88=B6=E5=B8=A6=E6=8D=A2=E8=A1=8C=E7=AC=A6=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/web/src/components/ChatBox/ChatInputBox/input.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/web/src/components/ChatBox/ChatInputBox/input.less b/client/web/src/components/ChatBox/ChatInputBox/input.less index a2a415f2..a86ce034 100644 --- a/client/web/src/components/ChatBox/ChatInputBox/input.less +++ b/client/web/src/components/ChatBox/ChatInputBox/input.less @@ -9,6 +9,10 @@ @apply outline-none; } + &__highlighter--singleLine { + @apply whitespace-nowrap h-6 !important; + } + &__suggestions { @apply bg-transparent !important;