From e63652e52b3e07c3deb05ec8d0ac28639fc0d353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tron=C3=AD=C4=8Dek?= Date: Wed, 2 Oct 2024 08:49:17 +0200 Subject: [PATCH] Fix sidebar width on very wide displays (#20260) --- components/dashboard/src/Login.tsx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/components/dashboard/src/Login.tsx b/components/dashboard/src/Login.tsx index 093a5af6d938b4..511587c4027044 100644 --- a/components/dashboard/src/Login.tsx +++ b/components/dashboard/src/Login.tsx @@ -295,7 +295,7 @@ const LeftPanel = () => { const { isDark } = useTheme(); return ( -
+
@@ -352,14 +352,16 @@ const LeftPanel = () => { ))} - - Explore - +
+ + Explore + +