From 3cf2fea902deadafdbf8e56c62489886019972d6 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 9 Oct 2017 15:38:17 +0800 Subject: [PATCH] remove tag style reset --- src/index.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/index.less b/src/index.less index 42b4d6cc..5da336e8 100644 --- a/src/index.less +++ b/src/index.less @@ -9,8 +9,3 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - -// temporary font size patch -:global(.ant-tag) { - font-size: 12px; -} -- GitLab