UX: Remove width on `.auto-update-input`.

This commit is contained in:
Guo Xiang Tan 2017-03-31 17:13:20 +08:00
parent 78d87a79eb
commit 04edbea693
1 changed files with 0 additions and 5 deletions

View File

@ -140,9 +140,6 @@ div.ac-wrap {
label { label {
font-size: 1em; font-size: 1em;
} }
input {
width: 150px;
}
.examples { .examples {
color: lighten($primary, 40%); color: lighten($primary, 40%);
} }
@ -187,5 +184,3 @@ div.ac-wrap {
.cooked > *:first-child { .cooked > *:first-child {
margin-top: 0; margin-top: 0;
} }