Fix description text size and line height

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-05-26 23:04:49 +02:00 committed by Jonas Rittershofer
parent 2d4a330ef4
commit 4d8022f629
2 changed files with 2 additions and 0 deletions

View file

@ -445,6 +445,7 @@ export default {
}
.form-desc {
font-size: 100%;
line-height: 150%;
padding-bottom: 20px;
resize: none;
}

View file

@ -222,6 +222,7 @@ export default {
}
.form-desc {
font-size: 100%;
line-height: 150%;
padding-bottom: 20px;
resize: none;
white-space: pre-line;