Elastic: Fix treetoggle regression
This commit is contained in:
parent
0ee3194fd4
commit
6b712f1a21
1 changed files with 7 additions and 0 deletions
|
@ -177,6 +177,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Tree structure fix
|
||||||
|
&.treelist:not(.notree) {
|
||||||
|
& > li > div > a {
|
||||||
|
padding-left: @listing-treetoggle-width;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
input.flex-checkbox {
|
input.flex-checkbox {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
margin: 0 0 0 .25em !important;
|
margin: 0 0 0 .25em !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue