Browse Source

Fixes issue with icon buttons being different vheight than buttons

pull/291/head
jlukic 11 years ago
parent
commit
0526f7ca3c
1 changed files with 1 additions and 0 deletions
  1. 1
      src/elements/button.less

1
src/elements/button.less

@ -611,6 +611,7 @@
.ui.icon.button > .icon { .ui.icon.button > .icon {
opacity: 0.9; opacity: 0.9;
margin: 0em; margin: 0em;
vertical-align: top;
} }

Loading…
Cancel
Save