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:
@ -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;
|
||||
|
Reference in New Issue
Block a user