Browse Source

Fixes margins on ui segments

pull/1785/merge
jlukic 9 years ago
parent
commit
e0daade0c3
1 changed files with 10 additions and 1 deletions
  1. 11
      src/definitions/elements/segment.less

11
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;
}

Loading…
Cancel
Save