Browse Source

Fix #860 issue with bottom left attached label

pull/881/head
jlukic 10 years ago
parent
commit
5c10511c74
1 changed files with 3 additions and 3 deletions
  1. 6
      src/elements/label.less

6
src/elements/label.less

@ -380,9 +380,9 @@ a.ui.label:hover:before {
left: auto;
right: 0em;
width: auto;
-webkit-border-radius: 4px 0em 4px 0em;
-moz-border-radius: 4px 0em 4px 0em;
border-radius: 4px 0em 4px 0em;
-webkit-border-radius: 0px 4px 0px 4px;
-moz-border-radius: 0px 4px 0px 4px;
border-radius: 0px 4px 0px 4px;
}
/*-------------------

Loading…
Cancel
Save