mirror of
https://gitee.com/gitea/gitea
synced 2026-01-01 21:26:36 +08: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