mirror of https://github.com/go-gitea/gitea.git
fix regressions
parent
9336b3126e
commit
da2aea92fa
|
|
@ -528,10 +528,12 @@ td .commit-summary {
|
||||||
}
|
}
|
||||||
|
|
||||||
.repository.view.issue .comment-list .timeline-item .comment-text-line {
|
.repository.view.issue .comment-list .timeline-item .comment-text-line {
|
||||||
|
line-height: 32px;
|
||||||
|
vertical-align: middle;
|
||||||
color: var(--color-text-light);
|
color: var(--color-text-light);
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: .5rem 1rem .5rem 0;
|
padding-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repository.view.issue .comment-list .timeline-item .comment-text-line .ui.label {
|
.repository.view.issue .comment-list .timeline-item .comment-text-line .ui.label {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue