From 31bd590b269fc949e179b49a005aec03950f8e4c Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Mon, 8 Jun 2026 11:30:53 +0000 Subject: [PATCH] fix: web server manager buttons wrap instead of overflow into next card Use btn-xs + flex-wrap so Restart/Start/Stop fit within the stat-card on narrow layouts without bleeding into adjacent cards. Co-Authored-By: Claude Sonnet 4.6 --- panel/public/assets/js/admin.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/panel/public/assets/js/admin.js b/panel/public/assets/js/admin.js index dfa964b..ecabbd4 100644 --- a/panel/public/assets/js/admin.js +++ b/panel/public/assets/js/admin.js @@ -905,13 +905,13 @@
${Object.entries(svcs).map(([s,st]) => `
-
- ${s}${Nova.badge(st,st==='active'?'green':'red')} +
+ ${s}${Nova.badge(st,st==='active'?'green':'red')}
-
- - - +
+ + +
`).join('')}