fixed Input style bug with append in small size

This commit is contained in:
梁灏 2018-03-13 11:42:22 +08:00
parent a7a7901407
commit 31b721aa21
2 changed files with 17 additions and 1 deletions

View file

@ -148,7 +148,7 @@
border-color: transparent;
background-color: transparent;
color: inherit;
margin: -(@input-padding-vertical-base + 1) (-@input-padding-horizontal);
margin: -(@input-padding-vertical-base + 2) (-@input-padding-horizontal);
}
&-prepend,