mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-04 11:49:02 +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;
|
font-family: Ubuntu;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
width: auto;
|
||||||
`
|
`
|
||||||
|
|
||||||
const Toolbar = styled.div`
|
const Toolbar = styled.div`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user