improve issue timeline wrapping and padding

pull/35888/head
silverwind 2025-11-07 13:24:56 +01:00
parent 204404b424
commit 9336b3126e
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 3 additions and 2 deletions

View File

@ -528,9 +528,10 @@ td .commit-summary {
}
.repository.view.issue .comment-list .timeline-item .comment-text-line {
line-height: 32px;
vertical-align: middle;
color: var(--color-text-light);
overflow-wrap: break-word;
max-width: 100%;
padding: .5rem 1rem .5rem 0;
}
.repository.view.issue .comment-list .timeline-item .comment-text-line .ui.label {