From f79b0993a4a18eb990718d91eb6f8de2369d7d55 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 19 Oct 2018 11:04:43 +0800 Subject: [PATCH] Progress[type="circle"] should wrap text close #12718 --- components/progress/style/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/progress/style/index.less b/components/progress/style/index.less index 8161628c5d..91a873ce1a 100644 --- a/components/progress/style/index.less +++ b/components/progress/style/index.less @@ -133,8 +133,8 @@ left: 0; margin: 0; color: @progress-text-color; - overflow: hidden; - text-overflow: ellipsis; + white-space: normal; + padding: 0 6px; .@{iconfont-css-prefix} { font-size: 14 / 12em;