mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-06-27 21:00:05 +02:00
fix(ui): fix force-push compare line layout
This commit is contained in:
parent
0bc641e53d
commit
00f8e638de
1 changed files with 1 additions and 1 deletions
|
@ -907,7 +907,7 @@ td .commit-summary {
|
|||
@media (min-width: 768px) {
|
||||
.repository.view.issue .comment-list .timeline-item .forced-push {
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
grid-template-columns: 1fr auto;
|
||||
column-gap: 1rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue