mobile social btns should not overflow
This commit is contained in:
parent
2f38375c9f
commit
ed4fecb152
|
@ -3,6 +3,8 @@
|
|||
.btn-social {
|
||||
width: 150px;
|
||||
font-size: 1.143em;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#login-buttons {
|
||||
|
|
Loading…
Reference in New Issue