diff --git a/components/button/style/index.less b/components/button/style/index.less index 8de7ecaaf25a..8c850134b913 100644 --- a/components/button/style/index.less +++ b/components/button/style/index.less @@ -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;