mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
Fix input prefix and suffix vertical alignment
This commit is contained in:
parent
00aa253a26
commit
ab2376e8ed
@ -59,4 +59,7 @@ ReactDOM.render(<App />, mountNode);
|
||||
.anticon-close-circle:hover {
|
||||
color: #999;
|
||||
}
|
||||
.anticon-close-circle:active {
|
||||
color: #666;
|
||||
}
|
||||
````
|
||||
|
@ -294,7 +294,7 @@
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
z-index: 2;
|
||||
line-height: 1.2;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.@{inputClass}-prefix {
|
||||
|
Loading…
Reference in New Issue
Block a user