Fixed issue with autocomplete field looking super wide in first second of loading on browse page. Still a little wonky

This commit is contained in:
Victoria Wang 2014-09-23 14:14:47 -07:00
parent a524ef7de5
commit ec1a19e7e8
2 changed files with 2 additions and 2 deletions

View file

@ -833,7 +833,7 @@ a.tag:hover {
width: 40%;
}
.browse-page .input-Area {
width: 100%;
width: auto;
padding: 4px 5px;
}
.header-Outro .twitter-typeahead {