From 6fc8fb6b4f9bc63674b02fac4cbb18f2e211ecb1 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 8 Oct 2014 19:48:59 -0400 Subject: [PATCH] Fix for multiple labels again --- src/definitions/elements/label.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/definitions/elements/label.less b/src/definitions/elements/label.less index 6e2b13954..1a166c30b 100755 --- a/src/definitions/elements/label.less +++ b/src/definitions/elements/label.less @@ -119,10 +119,10 @@ a.ui.label { --------------------*/ /* Padding on next content after a label */ -.ui.top.attached.label:first-child + :not(.label) { +.ui.top.attached.label:first-child + :not(.attached) { margin-top: @attachedSegmentPadding !important; } -.ui.bottom.attached.label:first-child ~ :last-child { +.ui.bottom.attached.label:first-child ~ :last-child:not(.attached) { margin-top: 0em; margin-bottom: @attachedSegmentPadding !important; }