style(sign-in): Changed left-padding to prevent overflow
prevent 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