From 9291c3fe8c5eb262119a849ea9930e5913fc5220 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Mon, 9 Feb 2026 20:11:46 +0000 Subject: [PATCH] fix(scan): stack form buttons vertically on mobile The Save Roaster & Roast button text was wrapping awkwardly on narrow screens. Buttons now stack full-width on mobile and revert to inline layout on sm: breakpoint. --- templates/partials/forms/scan_result_form.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/templates/partials/forms/scan_result_form.html b/templates/partials/forms/scan_result_form.html index c8ce0c0..19988f3 100644 --- a/templates/partials/forms/scan_result_form.html +++ b/templates/partials/forms/scan_result_form.html @@ -225,11 +225,14 @@ > {{ icons::spinner("h-5 w-5") }} Saving… -
+
@@ -237,7 +240,7 @@ @@ -245,7 +248,7 @@