From 506592f56f920929b9379bfee2a6618834a1ec14 Mon Sep 17 00:00:00 2001 From: Stefan Armbruster Date: Thu, 6 Jun 2024 12:53:25 +0200 Subject: [PATCH] fix css for textarea --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 4146af07..219502eb 100644 --- a/bot.py +++ b/bot.py @@ -69,7 +69,7 @@ def on_llm_new_token(self, token: str, **kwargs) -> None: }} /* Generate ticket text area */ - textarea[aria-label="Description"] {{ + textarea[data-testid="stChatInputTextArea"] {{ height: 200px; }}