Commit 482a979e authored by Alexandre Delanoë's avatar Alexandre Delanoë

[CSS] fix Tree horizontal size

parent d9c283e7
...@@ -51,7 +51,7 @@ li .leaf:hover a.settings { ...@@ -51,7 +51,7 @@ li .leaf:hover a.settings {
top: 5px; top: 5px;
} }
.tree .lefthanded ul { .tree .lefthanded ul {
margin-right: 19px; margin-right: 5px;
} }
.tree .lefthanded ul li { .tree .lefthanded ul li {
margin-right: 10px; margin-right: 10px;
...@@ -71,7 +71,7 @@ li .leaf:hover a.settings { ...@@ -71,7 +71,7 @@ li .leaf:hover a.settings {
justify-content: flex-end; justify-content: flex-end;
} }
.tree .righthanded ul { .tree .righthanded ul {
margin-left: 19px; margin-left: 5px;
} }
.tree .righthanded ul li { .tree .righthanded ul li {
margin-left: 10px; margin-left: 10px;
......
...@@ -46,7 +46,7 @@ li ...@@ -46,7 +46,7 @@ li
.lefthanded .lefthanded
ul ul
margin-right : 19px margin-right : 5px
li li
margin-right: 10px margin-right: 10px
padding-right: 5px padding-right: 5px
...@@ -65,7 +65,7 @@ li ...@@ -65,7 +65,7 @@ li
justify-content : flex-end justify-content : flex-end
.righthanded .righthanded
ul ul
margin-left : 19px margin-left : 5px
li li
margin-left: 10px margin-left: 10px
padding-left: 5px padding-left: 5px
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment