I have a weird display-issue with the new manager in MODx 1.04. If I choose a document from the tree-menu, then the font-size in the main-section is really large. If I click the same document once more, then the font-size resets to the correct, smaller font.
Anyone else seen this? How do I fix it?
I’m using Firefox for Ubuntu 9.04.
In the
css-file /manager/media/style/MODxCarbon/style.css I see this code:
body {
font-size: 62.5%;
font-size: 75%;
font-size: 68.75%;
height: 100%;
color:#333333;
background: #f7f7f7;
}
Could that be relevant for the issue?
Thanks in advance.