From 4296fbc65300c2a7f62d83b262013240c4c45b5e Mon Sep 17 00:00:00 2001 From: typescreep Date: Thu, 23 Oct 2025 14:36:21 +0300 Subject: [PATCH] fix sidebar els width --- src/components/molecules/ManageableSidebar/styled.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/ManageableSidebar/styled.ts b/src/components/molecules/ManageableSidebar/styled.ts index 8be95f6..7297439 100644 --- a/src/components/molecules/ManageableSidebar/styled.ts +++ b/src/components/molecules/ManageableSidebar/styled.ts @@ -71,7 +71,7 @@ const Container = styled.div` } && .ant-menu-sub .ant-menu-item.ant-menu-item-selected { - width: 225px; + width: 214px; margin-left: 25px !important; padding-left: 23px !important; transition: padding 0s;