From ede81714089dfa3c28b18042c48ea799b276db8c Mon Sep 17 00:00:00 2001 From: evanc-ole <80845794+evanc-ole@users.noreply.github.com> Date: Thu, 3 Aug 2023 22:44:50 -0700 Subject: [PATCH] Checkout: Fix language select UI bug (#5229) --- BTCPayServer/wwwroot/checkout-v2/checkout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/wwwroot/checkout-v2/checkout.css b/BTCPayServer/wwwroot/checkout-v2/checkout.css index 6f7ec893e..2e1894a3b 100644 --- a/BTCPayServer/wwwroot/checkout-v2/checkout.css +++ b/BTCPayServer/wwwroot/checkout-v2/checkout.css @@ -158,7 +158,7 @@ section dl > div dd { color: var(--btcpay-body-text-muted); } #DefaultLang { - width: calc(var(--text-width, 110px) + 3.5rem); + width: calc(var(--text-width, 110px) + 4rem); color: var(--btcpay-body-text-muted); background-color: var(--btcpay-body-bg); box-shadow: none;