From 3aa885b6c19f48e63726a67b3fbe91063c61e0ce Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 1 Jan 2015 15:07:37 -0500 Subject: [PATCH] Fix #1536 animated alignment --- src/definitions/elements/button.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/definitions/elements/button.less b/src/definitions/elements/button.less index 66a204864..b7ad9aeb5 100755 --- a/src/definitions/elements/button.less +++ b/src/definitions/elements/button.less @@ -222,6 +222,7 @@ .ui.animated.button { position: relative; overflow: hidden; + vertical-align: @animatedVerticalAlign; padding-right: 0em !important; }