diff --git a/static/lists.less b/static/lists.less index 7e3a37660..9f43112b7 100644 --- a/static/lists.less +++ b/static/lists.less @@ -88,5 +88,12 @@ .list-nested-item > .list-group { margin-left: @disclosure-arrow-padding; } + + // You want a subtree to be flat -- no collapsable children + &.has-flat-children, .has-flat-children { + li.list-item { + margin-left: 0; + } + } } }