FIX: adjust max-width of social login buttons for non-English locals

This commit is contained in:
Joe 2018-06-09 14:14:59 +08:00 committed by GitHub
parent 4b2e42757d
commit 5eb0066be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
button { button {
flex: 1 1 48%; flex: 1 1 48%;
max-width: 50%; max-width: 70%;
margin: 1% 0 1% 2%; margin: 1% 0 1% 2%;
font-size: $font-up-1; font-size: $font-up-1;
white-space: nowrap; white-space: nowrap;