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…
Reference in New Issue