diff options
author | Birunthan Mohanathas <birunthan@mohanathas.com> | 2016-01-28 06:12:06 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2016-01-28 06:12:06 +0100 |
commit | c3a3873b9ff0b2254a08a4dd987adcd8189569b0 (patch) | |
tree | cce778a2fc4b04d37acaeef680a9375b8a39163e /skins/standard | |
parent | 4d112f865c2095e7f241b576cf1d611b58056054 (diff) | |
download | bugzilla-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/standard')
-rw-r--r-- | skins/standard/global.css | 1 |
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 { |