1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-06 10:25:22 +02:00

Disable max height property of comment textarea (#8203)

This commit is contained in:
jaqra 2019-09-17 18:54:35 +03:00 committed by Lauris BH
parent a60d3cbea2
commit 34497984e9
2 changed files with 5 additions and 0 deletions

View file

@ -536,6 +536,10 @@
@comment-avatar-width: 3em;
.comment textarea {
max-height: none !important;
}
&.new.issue {
.comment.form {
.comment {