Fix for bug 42052 (auto->none for max-width of menuitems in

menulists).  r=ben.
This commit is contained in:
bryner%uiuc.edu 2000-08-01 00:59:37 +00:00
parent 4a6003aba5
commit bd7d3348c5
3 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@
{
padding : 0px 1px 0px 1px;
min-width : 0px; /* should be in content*/
max-width : auto; /* should be in content*/
max-width : none; /* should be in content*/
border : 1px solid window;
}

View File

@ -106,7 +106,7 @@
{
padding : 0px 1px 0px 1px;
min-width : 0px; /* should be in content*/
max-width : auto; /* should be in content*/
max-width : none; /* should be in content*/
border : 1px solid window;
}

View File

@ -157,7 +157,7 @@
{
padding : 0px;
min-width: 0px;
max-width: auto;
max-width: none;
}
menulist > menupopup > menuitem > .menu-left