From bfeb70015993ba0309b5a3808e676bde02c5cd25 Mon Sep 17 00:00:00 2001 From: Niko Yu <137782638+thesleepyniko@users.noreply.github.com> Date: Tue, 14 Oct 2025 19:23:08 -0400 Subject: [PATCH] Fix wide button in /fiscal-sponsorship/apply (#1672) --- pages/fiscal-sponsorship/apply/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/fiscal-sponsorship/apply/index.js b/pages/fiscal-sponsorship/apply/index.js index 2bc591a8..b353e569 100644 --- a/pages/fiscal-sponsorship/apply/index.js +++ b/pages/fiscal-sponsorship/apply/index.js @@ -60,7 +60,7 @@ export default function Apply() { sx={{ mb: 3, gap: 2, - display: 'flex', + display: 'inline-flex', alignItems: 'center', color: 'muted', textDecoration: 'none',