fix tree root height
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user