From 3475c91273adc9c7a45fc9c729e0a5ffed19753c Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Tue, 3 Feb 2026 13:14:12 +0000 Subject: [PATCH] fix(brews): prevent New Brew form from overflowing on mobile - Add width: 100% and min-width: 0 to .input-field so selects/inputs fill their container instead of expanding to fit content - Add overflow-hidden to the brews form as a safety net --- templates/brews.html | 2 +- templates/styles.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/brews.html b/templates/brews.html index 1c1e552..1977b17 100644 --- a/templates/brews.html +++ b/templates/brews.html @@ -50,7 +50,7 @@