Browse Source

Merge 3985fe3347 into 47acaa0ce4

pull/6510/merge
merowinger92 2 years ago
committed by GitHub
parent
commit
c7c94f8f09
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/elements/list.less

2
src/definitions/elements/list.less

@ -88,7 +88,7 @@ ol.ui.list li:last-child,
/* Child List */ /* Child List */
ul.ui.list ul, ul.ui.list ul,
ol.ui.list ol, ol.ui.list ol,
.ui.list .list {
.ui.list .list:not(.icon) {
clear: both; clear: both;
margin: 0em; margin: 0em;
padding: @childListPadding; padding: @childListPadding;

Loading…
Cancel
Save