Matt Rubens 11 месяцев назад
Родитель
Сommit
4c292abf7a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      webview-ui/src/components/chat/ChatTextArea.tsx

+ 1 - 0
webview-ui/src/components/chat/ChatTextArea.tsx

@@ -652,6 +652,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
 						borderBottom: `${thumbnailsHeight + 6}px solid transparent`,
 						borderColor: "transparent",
 						padding: "9px 9px 25px 9px",
+						marginBottom: "15px",
 						cursor: textAreaDisabled ? "not-allowed" : undefined,
 						flex: 1,
 						zIndex: 1,