Browse Source

Fix #1536 animated alignment

pull/1574/head
jlukic 10 years ago
parent
commit
3aa885b6c1
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/elements/button.less

1
src/definitions/elements/button.less

@ -222,6 +222,7 @@
.ui.animated.button {
position: relative;
overflow: hidden;
vertical-align: @animatedVerticalAlign;
padding-right: 0em !important;
}

Loading…
Cancel
Save