mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
fix: single align
This commit is contained in:
parent
2c3a358756
commit
84b12a0724
@ -90,6 +90,7 @@ function genSizeStyle(token: SelectToken, suffix?: string): CSSObject {
|
||||
[`${componentCls}-selector`]: {
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
alignItems: 'center',
|
||||
padding: `0 ${unit(inputPaddingHorizontalBase)}`,
|
||||
|
||||
[`${componentCls}-selection-search-input`]: {
|
||||
|
Loading…
Reference in New Issue
Block a user