Remove max-height for description so it is always shown in full

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-04-28 15:22:59 +02:00 committed by John Molakvoæ (skjnldsv)
parent e2f503e189
commit f68904c619
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

View file

@ -398,7 +398,6 @@ export default {
}
#form-desc {
min-height: 60px;
max-height: 200px;
resize: none;
}
}