feat(FN-4353): complete Step 5 — fix mobile settings header close button layout

Fusion-Task-Id: FN-4353
Fusion-Task-Lineage: 2384df03-5eb9-4327-bb8a-1ee0f97ac0fd
This commit is contained in:
Fusion
2026-05-13 11:06:01 -07:00
committed by gsxdsm
parent 4e4f31f739
commit 703a3edd2a
2 changed files with 5 additions and 1 deletions

View File

@@ -36,8 +36,9 @@
}
.settings-modal-heading {
flex: 1 1 auto;
flex: 1 1 0;
min-width: 0;
order: 1;
}
.settings-update-check {
@@ -54,6 +55,7 @@
}
.settings-modal .modal-close {
order: 2;
flex: 0 0 auto;
align-self: flex-start;
margin-left: auto;