← Back to team overview

phpdevshell team mailing list archive

Re: [Question #205139]: Menus not displaying correctly in chrome

 

Question #205139 on PHPDevShell changed:
https://answers.launchpad.net/phpdevshell/+question/205139

Greg posted a new comment:
This seems to be a Chrome bug with padding in em; if I change

#nav a {
padding: .5em;
}

to

#nav a {
padding: 5px;
}

it works again.

As Chrome is auto-upgrading, I cannot test with an older version if it's
a version 21 bug, but I never seen it before.

-- 
You received this question notification because you are a member of
PHPDevShell, which is an answer contact for PHPDevShell.