From 7faeab678e77446e5b46c46c39fb19c233f1a231 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 23 Mar 2016 16:41:16 +0800 Subject: [PATCH] fix th text-align in IE --- style/components/table.less | 1 + 1 file changed, 1 insertion(+) diff --git a/style/components/table.less b/style/components/table.less index 9369b54eb3..42b933a947 100644 --- a/style/components/table.less +++ b/style/components/table.less @@ -26,6 +26,7 @@ font-weight: bold; transition: background .3s ease; position: relative; + text-align: left; .anticon-filter { margin-left: 4px; -- GitLab