Merge pull request #15690 from ant-design/fix-tag-wrap

Revert tag wrap style
This commit is contained in:
偏右 2019-03-27 18:39:02 +08:00 committed by GitHub
commit f5746ae8ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;