mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user