From de2a0da28618b1411c14e728c66574b27a021169 Mon Sep 17 00:00:00 2001 From: rhandos Date: Tue, 3 Mar 2026 20:48:31 +0100 Subject: [PATCH] Fixed CSS for longer radio button labels in control table --- static/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/main.css b/static/main.css index 8d44788..1a726ae 100644 --- a/static/main.css +++ b/static/main.css @@ -97,10 +97,10 @@ TODO: better recognition than max-width, full design parity to ha/lovelace*/ display: inline; } .buttons { - width: 30%; + width: 35%; } .colors { - width: 70%; + width: 65%; } .controls { width: 100%;