mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Fix for bug 42052 (auto->none for max-width of menuitems in
menulists). r=ben.
This commit is contained in:
parent
4a6003aba5
commit
bd7d3348c5
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@
|
||||
{
|
||||
padding : 0px;
|
||||
min-width: 0px;
|
||||
max-width: auto;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
menulist > menupopup > menuitem > .menu-left
|
||||
|
Loading…
Reference in New Issue
Block a user