mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 23:59:45 +08:00
style(Inputbar): add width: auto to Textarea
This commit is contained in:
parent
978432d910
commit
744a1fedba
@ -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