From 2e16ad96f67995787c56f07d99028ad0c36a6dc7 Mon Sep 17 00:00:00 2001 From: Jack Reed Date: Wed, 27 Jul 2016 15:49:58 -0700 Subject: [PATCH] provide more specific class selectors for width of typeahead inputs --- app/assets/stylesheets/blacklight/_twitter_typeahead.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/blacklight/_twitter_typeahead.scss b/app/assets/stylesheets/blacklight/_twitter_typeahead.scss index bec5707308..aa01601286 100644 --- a/app/assets/stylesheets/blacklight/_twitter_typeahead.scss +++ b/app/assets/stylesheets/blacklight/_twitter_typeahead.scss @@ -2,12 +2,12 @@ float: left; width: 100%; z-index: 10000; - - .tt-input.form-control { + + input.tt-input.form-control { width: 100%; } - - .tt-hint.form-control { + + input.tt-hint.form-control { width: 100%; }