mobile social btns should not overflow

This commit is contained in:
Jeff Atwood 2016-11-17 17:07:05 -08:00
parent 2f38375c9f
commit ed4fecb152
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
.btn-social {
width: 150px;
font-size: 1.143em;
overflow: hidden;
white-space: nowrap;
}
#login-buttons {