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:
@@ -536,6 +536,10 @@
|
||||
|
||||
@comment-avatar-width: 3em;
|
||||
|
||||
.comment textarea {
|
||||
max-height: none !important;
|
||||
}
|
||||
|
||||
&.new.issue {
|
||||
.comment.form {
|
||||
.comment {
|
||||
|
Reference in New Issue
Block a user