From e1509ebba8b57781780a75f7dfdc6d9dd5989909 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 5 Feb 2015 00:44:40 +0800 Subject: Bug 1129283: "suggested reviewers" missing, due to missing YAHOO.widget.Menu --- js/jquery/plugins/contextMenu/contextMenu.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') diff --git a/js/jquery/plugins/contextMenu/contextMenu.css b/js/jquery/plugins/contextMenu/contextMenu.css index 512e24a5f..557d312a5 100644 --- a/js/jquery/plugins/contextMenu/contextMenu.css +++ b/js/jquery/plugins/contextMenu/contextMenu.css @@ -16,7 +16,6 @@ margin:0; padding:0; min-width: 120px; - max-width: 250px; display: inline-block; position: absolute; list-style-type: none; @@ -30,7 +29,8 @@ } .context-menu-item { - padding: 2px 2px 2px 24px; + padding: 4px 8px; + white-space: nowrap; background-color: #EEE; position: relative; -webkit-user-select: none; -- cgit v1.2.3-24-g4f1b