Browse Source

Fixes #1433 Issue with bottom left attached label border radius

pull/1481/head
jlukic 9 years ago
parent
commit
cd2172281c
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/elements/label.less

2
src/definitions/elements/label.less

@ -410,7 +410,7 @@ a.ui.label {
width: auto;
top: auto;
bottom: 0em;
border-radius: 0em 0em @borderRadius @borderRadius ;
border-radius: 0em @borderRadius 0em @borderRadius;
}
.ui.bottom.right.attached.label {
top: auto;

Loading…
Cancel
Save