From 7105cbb552c330191b684d482361b727dd5099a8 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 27 Mar 2019 17:46:51 +0800 Subject: [PATCH] :bug: revert tag wrap style revert for https://github.com/ant-design/ant-design/pull/15526#issuecomment-477043058 --- components/tag/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tag/style/index.less b/components/tag/style/index.less index db8869ce86..aa588c6b0e 100644 --- a/components/tag/style/index.less +++ b/components/tag/style/index.less @@ -11,7 +11,7 @@ padding: 0 7px; font-size: @tag-font-size; line-height: 20px; - white-space: normal; + white-space: nowrap; background: @tag-default-bg; border: @border-width-base @border-style-base @border-color-base; border-radius: @border-radius-base;