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:
parent
a60d3cbea2
commit
34497984e9
2 changed files with 5 additions and 0 deletions
|
@ -536,6 +536,10 @@
|
|||
|
||||
@comment-avatar-width: 3em;
|
||||
|
||||
.comment textarea {
|
||||
max-height: none !important;
|
||||
}
|
||||
|
||||
&.new.issue {
|
||||
.comment.form {
|
||||
.comment {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue