Skip to content

Commit

Permalink
fix: Button loading animation missing (#24328)
Browse files Browse the repository at this point in the history
close #24323
  • Loading branch information
afc163 committed May 20, 2020
1 parent 6619700 commit e657fb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/button/style/index.less
Expand Up @@ -22,6 +22,12 @@
line-height: @line-height-base;
.btn;
.btn-default;

// Fix loading button animation
// https://github.com/ant-design/ant-design/issues/24323
> span {
display: inline-block;
}

&-primary {
.btn-primary;
Expand Down

0 comments on commit e657fb8

Please sign in to comment.