Merge pull request #16503 from vkWeb/fix/signin-overflow

fix(sign-in): Changed left-padding of sign-in buttons to prevent text overflow
This commit is contained in:
Berkeley Martinez
2018-01-18 10:47:34 -08:00
committed by GitHub

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;