fix sidebar els width

This commit is contained in:
typescreep
2025-10-23 14:36:21 +03:00
parent 31b93d4319
commit 4296fbc653

View File

@@ -71,7 +71,7 @@ const Container = styled.div<TContainerProps>`
}
&& .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;