Skip to content

Commit

Permalink
FIX: adjust max-width of social login buttons for non-English locals
Browse files Browse the repository at this point in the history
  • Loading branch information
hnb-ku committed Jun 9, 2018
1 parent 4b2e427 commit 5eb0066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/mobile/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

button {
flex: 1 1 48%;
max-width: 50%;
max-width: 70%;
margin: 1% 0 1% 2%;
font-size: $font-up-1;
white-space: nowrap;
Expand Down

1 comment on commit 5eb0066

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/login-oauth-button-size-not-fit/89415/7

Please sign in to comment.