From d436d027db1b6946da1142689b5e283f5026a0a9 Mon Sep 17 00:00:00 2001 From: liril Date: Wed, 27 Dec 2017 17:59:41 +0800 Subject: [PATCH] fix: Make thead cell inline-flex --- packages/theme-chalk/src/table.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/theme-chalk/src/table.scss b/packages/theme-chalk/src/table.scss index f97babe68..51c3f287d 100644 --- a/packages/theme-chalk/src/table.scss +++ b/packages/theme-chalk/src/table.scss @@ -163,6 +163,11 @@ cursor: pointer; } + thead th > .cell { + display: inline-flex; + align-items: center; + } + th { white-space: nowrap; overflow: hidden;