diff --git a/containers/libreportal/frontend/css/services.css b/containers/libreportal/frontend/css/services.css index 24fd2a5..2abd31d 100644 --- a/containers/libreportal/frontend/css/services.css +++ b/containers/libreportal/frontend/css/services.css @@ -227,6 +227,12 @@ border-color: rgba(var(--status-danger-rgb), 0.5); } +/* The shared .task-header has no gap, so when the chip row (status / cpu / + mem / ports / ip) fills .task-info the last chip butts against the + Restart button. Add a gap on service rows only — matches .task-info's + internal 12px so spacing reads consistently. */ +.service-item .task-header { gap: 12px; } + /* ============================================================ Rich container detail panel — limits, image, healthcheck, networks, mounts. Rendered inside .task-details above the