Skip to content

Commit e6197a2

Browse files
author
Gitea
committed
Revert unnecessary commented line
1 parent 1c9caf2 commit e6197a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/css/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ i.icon.centerlock{top:1.5em}
547547
.repository.new.issue .comment.form .content:after{border-right-color:#fff}
548548
.repository.new.issue .comment.form .content .markdown{font-size:14px}
549549
.repository.new.issue .comment.form .metas{min-width:220px}
550-
.repository.new.issue .comment.form .metas .filter.menu{overflow-x:auto}
550+
.repository.new.issue .comment.form .metas .filter.menu{max-height:300px;overflow-x:auto}
551551
.repository.view.issue .title{padding-bottom:0!important}
552552
.repository.view.issue .title h1{font-weight:300;font-size:2.3rem;margin-bottom:5px}
553553
.repository.view.issue .title h1 .ui.input{font-size:.5em;vertical-align:top;width:50%;min-width:600px}

web_src/less/_repository.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@
580580
min-width: 220px;
581581

582582
.filter.menu {
583-
//max-height: 300px;
583+
max-height: 300px;
584584
overflow-x: auto;
585585
}
586586
}

0 commit comments

Comments
 (0)