Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041aef5 commit 397c8f1Copy full SHA for 397c8f1
‎client/packages/lowcoder/src/pages/editor/styledComponents.tsx
@@ -13,6 +13,9 @@ export const DirectoryTreeStyle = styled(DirectoryTree)`
13
height: 26px;
14
display: flex;
15
align-items: center;
16
+ &::before {
17
+ content: none;
18
+ }
19
}
20
.ant-tree-title {
21
padding-right: 6px;
@@ -43,6 +46,9 @@ export const DirectoryTreeStyle = styled(DirectoryTree)`
43
46
.ant-tree-treenode {
44
47
padding: 0;
45
48
max-width: 288px;
49
50
51
52
53
.ant-tree-indent-unit {
54
width: 16px;
0 commit comments