V8: Fix alignment between dashboard headers and root nodes (#5787)

This commit is contained in:
Kenn Jacobsen
2019-09-30 18:30:18 +02:00
committed by Sebastiaan Janssen
parent 48fbd4aec2
commit 37dd442682
2 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,6 @@
flex: 0 0 @editorHeaderHeight;
background: @white;
border-bottom: 1px solid @gray-9;
padding: 20px 0 0 0;
box-sizing: border-box;
display: flex;
justify-content: flex-end;

View File

@@ -67,7 +67,6 @@ body.touch .umb-tree {
display: flex;
flex-wrap: nowrap;
align-items: center;
border:2px solid transparent;
color: @ui-option-type;
a {
@@ -98,6 +97,10 @@ body.touch .umb-tree {
}
}
.umb-tree-item__inner {
border: 2px solid transparent;
}
.umb-tree-header {
display: flex;
padding: 20px 0 20px 20px;