fix tree root height

This commit is contained in:
Mads Rasmussen
2018-09-25 18:22:51 +02:00
parent 7c437998ec
commit 98991d4cd0
2 changed files with 8 additions and 12 deletions

View File

@@ -2,8 +2,8 @@
position: relative;
z-index: @zindexDropdown;
// When the language dropdown is present adjust height on the tree root
~ #tree .umb-tree-root {
height: auto;
~ #tree .umb-tree-root-link {
height: 50px;
}
}

View File

@@ -1,16 +1,12 @@
.umb-tree-root {
height:@editorHeaderHeight;
// div& {
// align-items:inherit;
// }
&-link {
display: flex;
align-items:center;
width:100%;
padding:5px 0 0 20px;
color:@gray-2;
align-items: center;
width: 100%;
padding-left: 20px;
color: @gray-2;
height: @editorHeaderHeight;
}
h5,
@@ -22,6 +18,6 @@
}
.umb-options {
align-self:center;
align-self: center;
}
}