mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 19:43:26 +08:00
Prevent placeholder text from being cut-off
This commit is contained in:
parent
78730062de
commit
3c987132cb
@ -402,7 +402,7 @@ $mobile-breakpoint: 700px;
|
||||
|
||||
.username {
|
||||
input {
|
||||
min-width: 220px;
|
||||
min-width: 15em;
|
||||
@media screen and (max-width: 500px) {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user