Elastic: Fix treetoggle regression

This commit is contained in:
Aleksander Machniak 2018-02-25 10:35:13 +00:00
parent 0ee3194fd4
commit 6b712f1a21

View file

@ -177,6 +177,13 @@
}
}
// Tree structure fix
&.treelist:not(.notree) {
& > li > div > a {
padding-left: @listing-treetoggle-width;
}
}
input.flex-checkbox {
position: relative !important;
margin: 0 0 0 .25em !important;