mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
Fix table header text align, ref #138
This commit is contained in:
parent
6b305b3b30
commit
7fa9d6a6e8
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user