From 1ed0d1aba119339dcb0fc51c4c72f835607d9596 Mon Sep 17 00:00:00 2001 From: Zayn Javed Date: Wed, 1 Jul 2026 19:06:07 +0200 Subject: [PATCH] css override for icon spacing --- .../app/(dashboard)/[environmentId]/layout.module.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/management-system-v2/app/(dashboard)/[environmentId]/layout.module.scss b/src/management-system-v2/app/(dashboard)/[environmentId]/layout.module.scss index 7f08de989..6610cc9da 100644 --- a/src/management-system-v2/app/(dashboard)/[environmentId]/layout.module.scss +++ b/src/management-system-v2/app/(dashboard)/[environmentId]/layout.module.scss @@ -53,3 +53,8 @@ font-weight: 300; padding: 5px; } + +.Sider :global(.ant-menu-item .ant-menu-title-content), +.Sider :global(.ant-menu-submenu-title .ant-menu-title-content) { + margin-inline-start: 10px !important; +}