fix: add max height to textarea

This commit is contained in:
Alejandro Gomez 2023-02-15 08:47:17 +01:00 committed by Kieran
parent fb30b35189
commit b42ffbc458
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -20,6 +20,7 @@
min-height: 120px;
max-width: stretch;
min-width: stretch;
max-height: 210px;
}
.note-creator textarea::placeholder {