Suddenly extremely small letters in tinyMCE
Permalink
Hi there,
suddenly I have extremely small fonts in the window of my tinyMCE (see picture).
On other sites I haven't. But when I compare the custom files, I cannot spot a difference.
I deleted all typography.css on the server – no result...
I even deleted ALL my ccs-Files – no result...
I cleared the cache
The culprit must be anywhere deeper in the system.
Can anybody help me???
Thanks!
Mathias
suddenly I have extremely small fonts in the window of my tinyMCE (see picture).
On other sites I haven't. But when I compare the custom files, I cannot spot a difference.
I deleted all typography.css on the server – no result...
I even deleted ALL my ccs-Files – no result...
I cleared the cache
The culprit must be anywhere deeper in the system.
Can anybody help me???
Thanks!
Mathias
typography.css:
* {
font-family: 'Open Sans';
color: #333;
padding: 0px;
font-size: 15px; !!!!!!!!!!
margin-bottom: 10px;
line-height: 1.6;
}
Nothin' else.
:-)