gsxdsm
41998a6c75
FN-7828: fix cramped padding on notifications failure-mode settings card
Wraps the failure-notification mode fields in the shared .notification-provider-body wrapper so the card's padding/gutters match sibling provider cards on desktop and mobile.
- Wrap failure-notification mode select and delay input in .notification-provider-body within NotificationsSection.tsx
- Add FNXC:SettingsLayout comment documenting why .notification-provider-body is needed (parent .notification-provider-card has no own padding)
- Add regression test asserting the failure-notification mode field nests inside .notification-provider-body, itself inside .notification-provider-card
- Add changeset (patch) documenting the fix
Files changed:
.changeset/fuzzy-notification-padding.md | 7 +++
.../app/__tests__/settings-sections.test.tsx | 18 ++++++++
.../settings/sections/NotificationsSection.tsx | 50 ++++++++++++----------
3 files changed, 53 insertions(+), 22 deletions(-)
Fusion-Task-Id: FN-7828
Fusion-Task-Lineage: 734c652d-400e-4cb1-b6a9-3a001f0b10b7
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-11 18:44:57 -07:00
..
2026-07-11 18:06:45 -07:00
2026-07-08 16:27:10 -07:00
2026-07-11 18:07:00 -07:00
2026-07-11 18:44:57 -07:00
2026-07-09 23:46:21 -07:00
2026-07-08 16:27:10 -07:00
2026-07-11 18:07:00 -07:00
2026-07-11 18:07:00 -07:00
2026-07-08 16:27:10 -07:00
2026-07-09 21:32:59 -07:00
2026-07-10 07:46:52 -07:00