change: set start height of quick card text area to 90px
This commit is contained in:
parent
c236681cd2
commit
c35f63e668
@ -11,7 +11,7 @@ export const EditorTextarea = styled(TextareaAutosize)`
|
||||
overflow: hidden;
|
||||
overflow-wrap: break-word;
|
||||
resize: none;
|
||||
height: 54px;
|
||||
height: 90px;
|
||||
width: 100%;
|
||||
|
||||
background: none;
|
||||
|
Loading…
Reference in New Issue
Block a user