fix(repo): prevent double-write redirect collisions on dependency errors, fix ui (#38627) (#38628)

Backport #38627

Co-authored-by: Sudhanshu Singh <sudhanshuwriterblc@gmail.com>
This commit is contained in:
wxiaoguang
2026-07-25 23:48:56 +08:00
committed by GitHub
parent d141dc729c
commit a54324e2b7
2 changed files with 10 additions and 1 deletions
+4
View File
@@ -645,6 +645,10 @@ td .commit-summary {
width: 100%;
}
.repository.view.issue .ui.depending .item.dependency {
display: flex;
}
.repository.view.issue .ui.depending .item.is-closed .issue-dependency-title {
text-decoration: line-through;
}