diff --git a/web_src/css/repo.css b/web_src/css/repo.css index 91a0c8c336..066e81f63c 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -185,6 +185,14 @@ td .commit-summary { white-space: normal; } +.commit-list .js-toggle-commit-body { + margin: 0 0 0 0.25em; +} + +.commit-list .commit-status { + margin: 0 0 0 0.25em; +} + .latest-commit { display: flex; flex: 1; @@ -193,6 +201,10 @@ td .commit-summary { text-overflow: ellipsis; } +.latest-commit .commit-status { + margin-right: 0.25em; +} + @media (max-width: 767.98px) { .latest-commit .sha { display: none; @@ -876,12 +888,6 @@ td .commit-summary { background: var(--color-orange-badge-hover-bg) !important; } -.repository.view.issue .comment-list .timeline-item.event > .commit-status-link { - float: right; - margin-right: 8px; - margin-top: 4px; -} - .repository.view.issue .comment-list .timeline-item .comparebox { line-height: 32px; vertical-align: middle; @@ -2467,11 +2473,6 @@ tbody.commit-list { } } -.commit-list .commit-status-link { - display: inline-block; - vertical-align: middle; -} - .commit-body { margin: 0.25em 0; white-space: pre-wrap;