From 5b4adeb3399f070a51872066df5163563d8ed3f6 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 23 May 2017 17:48:13 +0800 Subject: [PATCH] tweak spin style --- components/spin/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/spin/style/index.less b/components/spin/style/index.less index 9c44f3a6a5..846df54050 100644 --- a/components/spin/style/index.less +++ b/components/spin/style/index.less @@ -115,7 +115,7 @@ &-dot { position: relative; - display: block; + display: inline-block; .square(@spin-dot-size); transform: rotate(45deg); animation: antRotate 1.2s infinite linear;