diff --git a/src/definitions/views/list.less b/src/definitions/views/list.less index 1b30d24c2..256bc2953 100755 --- a/src/definitions/views/list.less +++ b/src/definitions/views/list.less @@ -518,7 +518,6 @@ ol.ui.horizontal.list li:before, } .ui.divided.ordered.list .item { padding-left: @orderedCountDistance; - padding-right: @orderedCountDistance; } .ui.divided.ordered.list .item:before { left: 0em; @@ -530,7 +529,6 @@ ol.ui.horizontal.list li:before, } .ui.divided.ordered.list .item .list .item { padding-left: @orderedChildCountDistance; - padding-right: @orderedChildCountDistance; } @@ -594,7 +592,6 @@ ol.ui.horizontal.list li:before, } .ui.celled.bulleted.list .item { padding-left: (@bulletDistance); - padding-right: (@bulletDistance); } .ui.celled.bulleted.list .item:before { left: 0em; @@ -611,7 +608,6 @@ ol.ui.horizontal.list li:before, } .ui.celled.ordered.list .item { padding-left: @orderedCountDistance; - padding-right: @orderedCountDistance; } .ui.celled.ordered.list .item:before { left: 0em; @@ -623,7 +619,6 @@ ol.ui.horizontal.list li:before, } .ui.celled.ordered.list .item .list .item { padding-left: @orderedChildCountDistance; - padding-right: @orderedChildCountDistance; } /* Celled Horizontal */ @@ -668,7 +663,6 @@ ol.ui.horizontal.list li:before, padding-left: @relaxedHorizontalPadding; padding-right: @relaxedHorizontalPadding; } - .ui.very.relaxed.list:not(.horizontal) .item { padding-top: @veryRelaxedVerticalPadding; padding-bottom: @veryRelaxedVerticalPadding;