From 681730a4af05663e19cc2f12d95af9eef6b0af55 Mon Sep 17 00:00:00 2001 From: PatMulligan <43773168+PatMulligan@users.noreply.github.com> Date: Mon, 31 Mar 2025 02:59:58 -0600 Subject: [PATCH] [CHORE] add responsive text scaling with clamp() for wallet balance display (#3071) --- lnbits/core/templates/core/wallet.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lnbits/core/templates/core/wallet.html b/lnbits/core/templates/core/wallet.html index 51323f4d..42da7a33 100644 --- a/lnbits/core/templates/core/wallet.html +++ b/lnbits/core/templates/core/wallet.html @@ -59,9 +59,11 @@