mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-19 06:43:16 +08:00
🐛 Fix extra space at the bottom of table th in chrome (#14950)
close #14926
This commit is contained in:
parent
ec3c14b537
commit
fd89e0f8b4
@ -99,6 +99,8 @@
|
|||||||
&.@{table-prefix-cls}-column-has-actions {
|
&.@{table-prefix-cls}-column-has-actions {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-clip: padding-box; // For Firefox background bug, https://github.com/ant-design/ant-design/issues/12628
|
background-clip: padding-box; // For Firefox background bug, https://github.com/ant-design/ant-design/issues/12628
|
||||||
|
/* stylelint-disable-next-line */
|
||||||
|
-webkit-background-clip: border-box; // For Chrome extra space: https://github.com/ant-design/ant-design/issues/14926
|
||||||
|
|
||||||
&.@{table-prefix-cls}-column-has-filters {
|
&.@{table-prefix-cls}-column-has-filters {
|
||||||
.@{iconfont-css-prefix}-filter,
|
.@{iconfont-css-prefix}-filter,
|
||||||
|
Loading…
Reference in New Issue
Block a user