From e4e0fb0f3510068c843ac2612c047dbe77e3c979 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Sat, 6 Aug 2022 22:29:14 -0700 Subject: [PATCH] Ensure store button shows up correctly before store is created fix #3972 --- BTCPayServer/wwwroot/main/layout.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/wwwroot/main/layout.css b/BTCPayServer/wwwroot/main/layout.css index fb25511fd..4ce843790 100644 --- a/BTCPayServer/wwwroot/main/layout.css +++ b/BTCPayServer/wwwroot/main/layout.css @@ -591,7 +591,8 @@ #StoreSelector { order: 2; margin-top: var(--btcpay-space-m); - width: 100%; + /* Make sure we are actually taking up all of the space or else you end up with this: https://github.com/btcpayserver/btcpayserver/issues/3972 */ + min-width: 100%; } #mainMenuToggle,