From f5a9ffb77668bffd6a32afa4d35810f8679ba89c Mon Sep 17 00:00:00 2001 From: Abdul Alim Date: Mon, 2 Feb 2026 04:17:30 +0700 Subject: [PATCH] fix(layout): handle text overflow in sidebar/footer elements (#2672) --- src/routes/dashboard/-components/sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/dashboard/-components/sidebar.tsx b/src/routes/dashboard/-components/sidebar.tsx index c6851af39..c0b098dc3 100644 --- a/src/routes/dashboard/-components/sidebar.tsx +++ b/src/routes/dashboard/-components/sidebar.tsx @@ -179,7 +179,7 @@ export function DashboardSidebar() { animate={{ y: 0, height: "auto", opacity: 1 }} exit={{ y: 50, height: 0, opacity: 0 }} > - + )}