From deb888815783881c7b984c5772c47f782bb9e5ae Mon Sep 17 00:00:00 2001 From: isaacclad Date: Wed, 17 Jun 2026 20:58:57 +0000 Subject: [PATCH] QR: stop balance stat card overflowing on small screens The header stats used sm:grid-cols-3 (equal thirds), so the nowrap GHS balance overflowed its card on narrower >=640px devices and for larger amounts. Use a content-sized flex row (cards already width:auto) so each card grows to fit and wraps when space is tight. Co-Authored-By: Claude Opus 4.8 --- resources/views/qr-codes/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/qr-codes/index.blade.php b/resources/views/qr-codes/index.blade.php index e47a8b7..d4fa0f6 100644 --- a/resources/views/qr-codes/index.blade.php +++ b/resources/views/qr-codes/index.blade.php @@ -38,7 +38,7 @@ -
+

GHS {{ number_format($wallet->spendableBalance(), 2) }}

QR balance