From 1fc4fe6b6e18e2ddcd03499001f19f875628b390 Mon Sep 17 00:00:00 2001 From: somebody1234 Date: Mon, 23 Sep 2024 19:35:18 +1000 Subject: [PATCH] Fix width of settings sections when only a single column is visible (#11138) - Fix settings columns having zero width when only a single column is visible # Important Notes None --- app/dashboard/src/layouts/Settings/SettingsTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dashboard/src/layouts/Settings/SettingsTab.tsx b/app/dashboard/src/layouts/Settings/SettingsTab.tsx index 66c9fa42c0..abbb08ba3e 100644 --- a/app/dashboard/src/layouts/Settings/SettingsTab.tsx +++ b/app/dashboard/src/layouts/Settings/SettingsTab.tsx @@ -80,7 +80,7 @@ export default function SettingsTab(props: SettingsTabProps) {