Browse Source

Fixes #45 label positioning issue

Former-commit-id: 63e71b401d
Former-commit-id: d0b313ce60
pull/258/head
jlukic 11 years ago
parent
commit
f2ae83dcab
1 changed files with 1 additions and 1 deletions
  1. 2
      src/elements/label.less

2
src/elements/label.less

@ -267,7 +267,7 @@ a.ui.label:hover:before {
.ui.ribbon.label {
position: relative;
left: -2rem;
left: -1.8rem;
padding-left: 2rem;
-webkit-border-radius: 0px 4px 4px 0px;
-moz-border-radius: 0px 4px 4px 0px;

Loading…
Cancel
Save