feat(FN-4213): keep github tracking header aligned to single row

Completes the GitHub tracking header alignment work in the TaskDetailModal with CSS adjustments to keep the header properly aligned, along with corresponding test coverage. The changeset prepares the `@runfusion/fusion` package for release as a patch.

Fusion-Task-Id: FN-4213
This commit is contained in:
Fusion
2026-05-12 16:09:07 -07:00
committed by gsxdsm
parent 738d69fb82
commit d5dcf4494b
3 changed files with 24 additions and 1 deletions

View File

@@ -1592,10 +1592,18 @@
}
.detail-source-summary {
flex: 1 1 100%;
flex-wrap: wrap;
}
.detail-source-section .detail-source-summary {
flex: 1 1 100%;
}
.detail-github-tracking-section .detail-source-summary {
flex: 1 1 auto;
min-width: 0;
}
.detail-github-tracking-enable {
margin-left: auto;
justify-content: center;