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: hidden;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
resize: none;
|
resize: none;
|
||||||
height: 54px;
|
height: 90px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
background: none;
|
background: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user