mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
style(Inputbar): add width: auto to Textarea
This commit is contained in:
parent
935ac1a031
commit
391ed005ee
@ -257,6 +257,7 @@ const Textarea = styled(TextArea)`
|
||||
font-family: Ubuntu;
|
||||
resize: vertical;
|
||||
overflow: auto;
|
||||
width: auto;
|
||||
`
|
||||
|
||||
const Toolbar = styled.div`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user