mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Fix margins
This commit is contained in:
@@ -652,6 +652,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
|
|||||||
borderBottom: `${thumbnailsHeight + 6}px solid transparent`,
|
borderBottom: `${thumbnailsHeight + 6}px solid transparent`,
|
||||||
borderColor: "transparent",
|
borderColor: "transparent",
|
||||||
padding: "9px 9px 25px 9px",
|
padding: "9px 9px 25px 9px",
|
||||||
|
marginBottom: "15px",
|
||||||
cursor: textAreaDisabled ? "not-allowed" : undefined,
|
cursor: textAreaDisabled ? "not-allowed" : undefined,
|
||||||
flex: 1,
|
flex: 1,
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user