mirror of https://github.com/go-gitea/gitea.git
improve issue timeline wrapping and padding
parent
204404b424
commit
9336b3126e
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue