Browse Source

Fix margin when floated content after top attached label

pull/4164/head
Jack Lukic 8 years ago
parent
commit
2ed268a732
1 changed files with 3 additions and 2 deletions
  1. 5
      src/definitions/elements/label.less

5
src/definitions/elements/label.less

@ -140,7 +140,8 @@ a.ui.label {
}
/* Padding on next content after a label */
.ui.top.attached.label:first-child + :not(.attached) {
.ui.top.attached.label:first-child + :not(.attached),
.ui.top.attached.label + [class*="right floated"] + * {
margin-top: @attachedSegmentPadding !important;
}
.ui.bottom.attached.label:first-child ~ :last-child:not(.attached) {
@ -1254,4 +1255,4 @@ a.ui.basic.label:hover {
font-size: @massive;
}
.loadUIOverrides();
.loadUIOverrides();
Loading…
Cancel
Save