From 0d4e396f2af3d7aab32a0a0ab7cf816939b198d1 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 14 Aug 2015 18:30:54 +0800 Subject: [PATCH] fix select check size --- style/components/select.less | 1 + 1 file changed, 1 insertion(+) diff --git a/style/components/select.less b/style/components/select.less index c1f17b5c3d..7be7ff5dd9 100644 --- a/style/components/select.less +++ b/style/components/select.less @@ -259,6 +259,7 @@ &:after { content: '\e613'; font-family: 'anticon'; + .iconfont-size-under-12px(8px); font-weight: bold; position: absolute; top: 6px; -- GitLab