fix(edit menu): textarea to edit content was too small

This commit is contained in:
Tom (plebeius.eth)
2024-09-03 11:12:19 +02:00
parent 37e45c115b
commit d52c29f781
@@ -62,6 +62,7 @@
.editTextarea {
width: calc(100% - 12px);
height: 100px;
margin-left: 3px;
font-family: inherit;
}