style(sign-in): Changed left-padding to prevent overflow

prevent overflow
This commit is contained in:
Vivek Agrawal
2018-01-16 00:14:05 +05:30
parent eff0bce0ae
commit acc52682f6

View File

@ -31,7 +31,7 @@
border-right: 1px solid rgba(0, 0, 0, 0.2);
}
&.btn-lg {
padding-left: (@bs-height-lg + @padding-large-horizontal);
padding-left: ((@bs-height-lg + @padding-large-horizontal) - 3);
> :first-child {
line-height: @bs-height-lg;
width: @bs-height-lg;