Browse Source

Fix for multiple labels

pull/1177/head
jlukic 10 years ago
parent
commit
6f70bd9dc7
1 changed files with 1 additions and 2 deletions
  1. 3
      src/definitions/elements/label.less

3
src/definitions/elements/label.less

@ -119,7 +119,7 @@ a.ui.label {
--------------------*/
/* Padding on next content after a label */
.ui.top.attached.label:first-child + * {
.ui.top.attached.label:first-child + :not(.label) {
margin-top: @attachedSegmentPadding !important;
}
.ui.bottom.attached.label:first-child ~ :last-child {
@ -441,7 +441,6 @@ a.ui.label {
opacity: 0.5;
}
/*-------------------
Hover
--------------------*/

Loading…
Cancel
Save