Add additional space to tree bottom, required for large tree

This commit is contained in:
Paul Clarke 2016-10-28 11:50:14 +13:00
parent fad8df83cc
commit 706d2b6458
2 changed files with 6 additions and 0 deletions

View File

@ -11673,6 +11673,10 @@ form.small .cms-file-info-data .field .middleColumn{
color:#aaa;
}
.cms-tree{
padding-bottom:1.5385rem;
}
.cms-tree.jstree.draggable .jstree-no-checkboxes li a{
padding-left:12px;
}

View File

@ -575,6 +575,8 @@
// For drag and drop icons to not appear whilst in multi-selection
.cms-tree {
padding-bottom: $panel-padding-y;
&.jstree.draggable {
.jstree-no-checkboxes {
li {