feat(FN-4159): shrink and keep visible the github tracking enable button in

Adds a compact GitHub tracking enable button in the task detail modal header, with a fix to keep it visible during save operations and further shrinking the inline CTA styling.

Fusion-Task-Id: FN-4159
This commit is contained in:
Fusion
2026-05-12 11:47:07 -07:00
committed by gsxdsm
parent fd16a5d2c5
commit 69e072e9ba
4 changed files with 58 additions and 4 deletions

View File

@@ -439,6 +439,9 @@
.detail-github-tracking-enable {
margin-left: auto;
align-self: center;
padding-block: calc(var(--space-xs) / 2);
padding-inline: var(--space-sm);
line-height: 1.2;
}
.detail-source-toggle {