Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix vertical spacing in nested CmkList
We handle margins in CmkListItem via a css variant. These variants were also being applied to nested CmkListItem even if they shouldn't have that variant. This is due to VueJS allowing scoped descendant rules to break out of scope for recursive components. cmklist cmklistitem - has `only` class cmklist cmklistitem - thinks it's the `only` variant Reference (second bullet point) https://vuejs.org/api/sfc-css-features.html#scoped-style-tips Visible in quick setup step 2 -> host filter on multiple tags. Change-Id: Ib3552c426a59c9ceedf219cf031e62de228b5d0a
- Loading branch information