Skip to content

Commit ce5f2b9

Browse files
authored
Fix commit icon position (#12087)
1 parent e3b7198 commit ce5f2b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

web_src/less/_repository.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,8 @@
788788
.badge.badge-commit {
789789
border-color: transparent;
790790
background: radial-gradient(white 60%, transparent 60%) no-repeat;
791+
height: 10px;
792+
margin-top: 11px;
791793
}
792794

793795
.badge {

web_src/less/themes/theme-arc-green.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,6 @@ a.ui.basic.green.label:hover {
709709

710710
.repository.view.issue .comment-list .timeline-item .badge.badge-commit {
711711
background: radial-gradient(#383c4a 60%, transparent 60%) no-repeat;
712-
height: 0 !important;
713712
}
714713

715714
.repository .comment.form .content .form:after {

0 commit comments

Comments
 (0)