Browse Source

Fixes #1413, Vertical segment shouldnt remove padding on first-last child

pull/1481/head
jlukic 10 years ago
parent
commit
e98edae321
1 changed files with 0 additions and 4 deletions
  1. 4
      src/definitions/elements/segment.less

4
src/definitions/elements/segment.less

@ -59,11 +59,7 @@
border: none;
box-shadow: 0px 1px 0px @borderColor;
}
.ui[class*="vertical segment"]:first-child {
padding-top: 0em;
}
.ui[class*="vertical segment"]:last-child {
padding-bottom: 0em;
box-shadow: none;
}

Loading…
Cancel
Save