diff --git a/mozilla/themes/classic/global/win/menu.css b/mozilla/themes/classic/global/win/menu.css index bfce7d0571a..e525e35a782 100644 --- a/mozilla/themes/classic/global/win/menu.css +++ b/mozilla/themes/classic/global/win/menu.css @@ -36,7 +36,6 @@ menupopup, popup border-right : 1px solid threeddarkshadow; border-bottom : 1px solid threeddarkshadow; color : menutext !important; - max-width : 14em; } .popup-internal-box @@ -52,7 +51,7 @@ menupopup > menu, popup > menu, menupopup > menuitem, popup > menuitem { max-width : 60em; /* should move to content */ - min-width : 20em; /* should move to content */ + min-width : 14em; /* should move to content */ margin : 0px; }