mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Add additional space to tree bottom, required for large tree
This commit is contained in:
parent
fad8df83cc
commit
706d2b6458
4
admin/client/dist/styles/bundle.css
vendored
4
admin/client/dist/styles/bundle.css
vendored
@ -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;
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user