From ec1a19e7e8cd6c7a3f23812ab3c94edf504583af Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Tue, 23 Sep 2014 14:14:47 -0700 Subject: [PATCH] Fixed issue with autocomplete field looking super wide in first second of loading on browse page. Still a little wonky --- sass/_project-sass/_project-Main.scss | 2 +- views/browse.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index f68dc207..6f7c4ee9 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -833,7 +833,7 @@ a.tag:hover { width: 40%; } .browse-page .input-Area { - width: 100%; + width: auto; padding: 4px 5px; } .header-Outro .twitter-typeahead { diff --git a/views/browse.erb b/views/browse.erb index 2fb8e8c5..2d4d9cd1 100644 --- a/views/browse.erb +++ b/views/browse.erb @@ -45,7 +45,7 @@
- +