Browse Source

Fix img inside label

pull/2209/head
jlukic 10 years ago
parent
commit
93ca4b9b88
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/elements/label.less

1
src/definitions/elements/label.less

@ -72,6 +72,7 @@ a.ui.label {
/* Image */
.ui.label > img {
width: auto !important;
vertical-align: middle;
height: @imageHeight !important;
}

Loading…
Cancel
Save