From 4c292abf7a0682a33e2a59f66384d7724845d798 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 13 Jan 2025 13:06:03 -0500 Subject: [PATCH] Fix margins --- webview-ui/src/components/chat/ChatTextArea.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index 4e102c6..b612b97 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -652,6 +652,7 @@ const ChatTextArea = forwardRef( borderBottom: `${thumbnailsHeight + 6}px solid transparent`, borderColor: "transparent", padding: "9px 9px 25px 9px", + marginBottom: "15px", cursor: textAreaDisabled ? "not-allowed" : undefined, flex: 1, zIndex: 1,