Skip to content

Commit 9336b31

Browse files
committed
improve issue timeline wrapping and padding
1 parent 204404b commit 9336b31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

web_src/css/repo.css

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

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

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

0 commit comments

Comments
 (0)