summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorBirunthan Mohanathas <birunthan@mohanathas.com>2016-01-28 06:12:06 +0100
committerByron Jones <glob@mozilla.com>2016-01-28 06:12:06 +0100
commitc3a3873b9ff0b2254a08a4dd987adcd8189569b0 (patch)
treecce778a2fc4b04d37acaeef680a9375b8a39163e /skins
parent4d112f865c2095e7f241b576cf1d611b58056054 (diff)
downloadbugzilla-c3a3873b9ff0b2254a08a4dd987adcd8189569b0.tar.gz
bugzilla-c3a3873b9ff0b2254a08a4dd987adcd8189569b0.tar.xz
Bug 1213424 - The Bugzilla autocomplete dropdown should expand the width to show the full text of a match
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 3790539e6..17ce5ed7b 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -704,6 +704,7 @@ input.required, select.required, span.required_explanation {
overflow-x: hidden;
overflow-y: auto;
cursor: pointer;
+ width: auto !important;
}
.autocomplete-suggestion {