change: set start height of quick card text area to 90px

This commit is contained in:
Jordan Knott 2020-07-16 22:21:58 -05:00
parent c236681cd2
commit c35f63e668

View File

@ -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;