From 7fa9d6a6e8a83c43756d105a9fb359db6fbd1698 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 18 Aug 2015 17:48:24 +0800 Subject: [PATCH] Fix table header text align, ref #138 --- style/components/select.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style/components/select.less b/style/components/select.less index 37ea12c958..74f64d1151 100644 --- a/style/components/select.less +++ b/style/components/select.less @@ -410,6 +410,7 @@ display: none; } .@{selectPrefixCls}-search--inline { + height: 100%; float: none; } .@{selectPrefixCls}-search__field__placeholder { @@ -417,13 +418,18 @@ } .@{selectPrefixCls}-search__field__wrap { width: 100%; + height: 100%; } .@{selectPrefixCls}-search__field { padding: 0 10px; width: 100%; + height: 100%; + position: relative; + z-index: 1; } .@{selectPrefixCls}-selection__rendered { padding: 0; + height: 100%; } } }