From e4d54e98edcff5e1a4e760b6c8a0337cea30ae2e Mon Sep 17 00:00:00 2001 From: mboehmlaender Date: Mon, 16 Mar 2026 11:36:25 +0000 Subject: [PATCH] 0.10.2-11 --- --- frontend/src/styles/app.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend/src/styles/app.css b/frontend/src/styles/app.css index 192e8a8..5587f7b 100644 --- a/frontend/src/styles/app.css +++ b/frontend/src/styles/app.css @@ -391,12 +391,18 @@ body { } .hardware-monitor-grid { - display: grid; - grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); + display: flex; + flex-direction: row; + flex-wrap: nowrap; gap: 0.75rem; align-items: start; } +.hardware-monitor-grid > .hardware-monitor-block { + flex: 1 1 0; + min-width: 0; +} + .hardware-monitor-block { border: 1px solid var(--rip-border); border-radius: 0.5rem;