From c020aa7f7e3ce35f00ce4fac1d7c4a9e2906804d Mon Sep 17 00:00:00 2001 From: Tatiana Lopaeva Date: Sun, 10 Apr 2022 13:20:43 +0300 Subject: [PATCH] Web: Components: fixed tree styles. --- packages/asc-web-components/tree-menu/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/asc-web-components/tree-menu/index.js b/packages/asc-web-components/tree-menu/index.js index fb603a1f66..c316662287 100644 --- a/packages/asc-web-components/tree-menu/index.js +++ b/packages/asc-web-components/tree-menu/index.js @@ -84,7 +84,7 @@ const StyledTreeMenu = styled(Tree)` .rc-tree-child-tree-open { display: block; ${(props) => props.disableSwitch && "margin: 0 0 25px 0;"} - margin-left: ${(props) => (props.disableSwitch ? "27px" : "8px")}; + margin-left: ${(props) => (props.disableSwitch ? "27px" : "16px")}; li:first-child { margin-top: ${(props) => (props.disableSwitch ? "10px" : "6px")}; margin-left: 0;