fix regressions

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

View File

@ -528,10 +528,12 @@ 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;
padding-right: 1rem;
}
.repository.view.issue .comment-list .timeline-item .comment-text-line .ui.label {