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…
x
Reference in New Issue
Block a user