From 2e24c259cbda80b5890e0ac57d6975155aa9592c Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 17 Nov 2025 08:42:26 +0100 Subject: [PATCH] fix 4 --- apps/ui/templates/dashboard.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/ui/templates/dashboard.html b/apps/ui/templates/dashboard.html index dac31a9..27effd6 100644 --- a/apps/ui/templates/dashboard.html +++ b/apps/ui/templates/dashboard.html @@ -371,12 +371,10 @@ } .thermostat-slider-label { - display: flex; - justify-content: space-between; - align-items: center; - margin-bottom: 0.5rem; font-size: 0.875rem; color: #666; + display: block; + margin-bottom: 0.5rem; } .thermostat-slider {