From d93e17e898e8aa8e005722259b823b0bf9e0b991 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Fri, 28 Nov 2025 15:07:42 +0000 Subject: [PATCH] Fix settings sidebar width causing status icons to wrap Revert expanded width from w-64 (256px) to w-72 (288px) and min/max from 16rem to 18rem. The reduction in commit 6333a445 caused PVE node status icons to wrap to two lines. Related to #764 --- frontend-modern/src/components/Settings/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-modern/src/components/Settings/Settings.tsx b/frontend-modern/src/components/Settings/Settings.tsx index 2cc79a7..dbe65b9 100644 --- a/frontend-modern/src/components/Settings/Settings.tsx +++ b/frontend-modern/src/components/Settings/Settings.tsx @@ -2533,7 +2533,7 @@ const Settings: Component = (props) => {