diff --git a/src/MxGateway.Server/wwwroot/css/dashboard.css b/src/MxGateway.Server/wwwroot/css/dashboard.css index eab199c..fa5f4b8 100644 --- a/src/MxGateway.Server/wwwroot/css/dashboard.css +++ b/src/MxGateway.Server/wwwroot/css/dashboard.css @@ -200,7 +200,7 @@ code { /* ── Buttons ───────────────────────────────────────────────────────────────── Flatten Bootstrap buttons onto the single accent + hairline palette. */ -.btn { border-radius: 5px; font-size: 0.82rem; font-weight: 500; } +.btn { border-radius: 5px; font-size: 0.82rem; font-weight: 500; white-space: nowrap; } .btn-primary { background: var(--accent); border-color: var(--accent);