1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-01 23:28:36 +00: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 {