mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
fix(style): feedback icon padding bug, close #1391
This commit is contained in:
parent
8b98ce682d
commit
5bb8e31ad4
@ -119,6 +119,9 @@ form {
|
||||
.square(@input-height-lg);
|
||||
line-height: @input-height-lg;
|
||||
}
|
||||
.@{css-prefix}input {
|
||||
padding-right: 24px;
|
||||
}
|
||||
}
|
||||
.@{css-prefix}input,
|
||||
.@{css-prefix}input-group .@{css-prefix}input,
|
||||
|
Loading…
Reference in New Issue
Block a user