Skip to content

Commit 3449798

Browse files
jaqralafriks
jaqra
authored andcommitted
Disable max height property of comment textarea (#8203)
1 parent a60d3cb commit 3449798

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

public/css/index.css

+1
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ footer .ui.left,footer .ui.right{line-height:40px}
526526
.repository.options #interval{width:100px!important;min-width:100px}
527527
.repository.options .danger .item{padding:20px 15px}
528528
.repository.options .danger .ui.divider{margin:0}
529+
.repository .comment textarea{max-height:none!important}
529530
.repository.new.issue .comment.form .comment .avatar{width:3em}
530531
.repository.new.issue .comment.form .content{margin-left:4em}
531532
.repository.new.issue .comment.form .content:after,.repository.new.issue .comment.form .content:before{right:100%;top:20px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}

public/less/_repository.less

+4
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,10 @@
536536

537537
@comment-avatar-width: 3em;
538538

539+
.comment textarea {
540+
max-height: none !important;
541+
}
542+
539543
&.new.issue {
540544
.comment.form {
541545
.comment {

0 commit comments

Comments
 (0)