We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204404b commit 9336b31Copy full SHA for 9336b31
web_src/css/repo.css
@@ -528,9 +528,10 @@ td .commit-summary {
528
}
529
530
.repository.view.issue .comment-list .timeline-item .comment-text-line {
531
- line-height: 32px;
532
- vertical-align: middle;
533
color: var(--color-text-light);
+ overflow-wrap: break-word;
+ max-width: 100%;
534
+ padding: .5rem 1rem .5rem 0;
535
536
537
.repository.view.issue .comment-list .timeline-item .comment-text-line .ui.label {
0 commit comments