Skip to content

Commit da2aea9

Browse files
committed
fix regressions
1 parent 9336b31 commit da2aea9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web_src/css/repo.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,10 +528,12 @@ td .commit-summary {
528528
}
529529

530530
.repository.view.issue .comment-list .timeline-item .comment-text-line {
531+
line-height: 32px;
532+
vertical-align: middle;
531533
color: var(--color-text-light);
532534
overflow-wrap: break-word;
533535
max-width: 100%;
534-
padding: .5rem 1rem .5rem 0;
536+
padding-right: 1rem;
535537
}
536538

537539
.repository.view.issue .comment-list .timeline-item .comment-text-line .ui.label {

0 commit comments

Comments
 (0)