From 3f12de1f794807a00a26f05b26eeb2fa67398c46 Mon Sep 17 00:00:00 2001 From: Ian Patel Date: Fri, 6 Oct 2017 13:33:49 +1300 Subject: [PATCH] Fix padding for mini Tag without close --- packages/theme-chalk/src/tag.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/theme-chalk/src/tag.scss b/packages/theme-chalk/src/tag.scss index ac2f2dd50..ad443cc5f 100644 --- a/packages/theme-chalk/src/tag.scss +++ b/packages/theme-chalk/src/tag.scss @@ -135,7 +135,7 @@ @include m(mini) { height: 20px; - padding: 0 5px 0 8px; + padding: 0 5px; line-height: 19px; .el-icon-close {