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,