Prevent placeholder text from being cut-off

This commit is contained in:
Kris 2019-01-17 14:39:28 -05:00
parent 78730062de
commit 3c987132cb
1 changed files with 1 additions and 1 deletions

View File

@ -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%;