fix(style): feedback icon padding bug, close #1391

This commit is contained in:
afc163 2016-04-12 14:06:51 +08:00
parent 8b98ce682d
commit 5bb8e31ad4

View File

@ -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,