diff --git a/src/definitions/elements/label.less b/src/definitions/elements/label.less index a1ae8d30b..6e2b13954 100755 --- a/src/definitions/elements/label.less +++ b/src/definitions/elements/label.less @@ -119,7 +119,7 @@ a.ui.label { --------------------*/ /* Padding on next content after a label */ -.ui.top.attached.label:first-child + * { +.ui.top.attached.label:first-child + :not(.label) { margin-top: @attachedSegmentPadding !important; } .ui.bottom.attached.label:first-child ~ :last-child { @@ -441,7 +441,6 @@ a.ui.label { opacity: 0.5; } - /*------------------- Hover --------------------*/