diff options
author | jaqra <48099350+jaqra@users.noreply.github.com> | 2019-09-17 18:54:35 +0300 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-09-17 18:54:35 +0300 |
commit | 34497984e932e3e0c0aa01bdf34b4e83e780ebd9 (patch) | |
tree | bb39d509038af8729d70b716c2cf1c5b4b0dcc4d /public/less | |
parent | a60d3cbea2e64ed50b586bba7e8adc6983ef654c (diff) | |
download | gitea-34497984e932e3e0c0aa01bdf34b4e83e780ebd9.tar.gz gitea-34497984e932e3e0c0aa01bdf34b4e83e780ebd9.zip |
Disable max height property of comment textarea (#8203)
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_repository.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 74ca683c4e..4823d1000a 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -536,6 +536,10 @@ @comment-avatar-width: 3em; + .comment textarea { + max-height: none !important; + } + &.new.issue { .comment.form { .comment { |