From c3a3873b9ff0b2254a08a4dd987adcd8189569b0 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Thu, 28 Jan 2016 13:12:06 +0800 Subject: Bug 1213424 - The Bugzilla autocomplete dropdown should expand the width to show the full text of a match --- skins/standard/global.css | 1 + 1 file changed, 1 insertion(+) (limited to 'skins') 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 { -- cgit v1.2.3-24-g4f1b