From e0daade0c3465bb5069b294896f697183e736f50 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 3 Mar 2015 16:37:58 -0500 Subject: [PATCH] Fixes margins on ui segments --- src/definitions/elements/segment.less | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/definitions/elements/segment.less b/src/definitions/elements/segment.less index 52f0e9407..aa22b1230 100755 --- a/src/definitions/elements/segment.less +++ b/src/definitions/elements/segment.less @@ -582,6 +582,16 @@ Groups --------------------*/ +.ui.segments { + margin: @margin 0em; +} +.ui.segments:first-child { + margin-top: 0em; +} +.ui.segments:last-child { + margin-bottom: 0em; +} + .ui.segments > .segment { top: 0px; bottom: 0px; @@ -603,7 +613,6 @@ bottom: 0px; margin-bottom: 0em; top: @attachedTopOffset; - margin-top: @margin; border-radius: @borderRadius @borderRadius 0em 0em; }