I have the following CSS
cite:before {
content: '—';
}
It displays properly outside of any editor or within the inline editor
It displays improperly inside either the iframe or inline editor toolbars and also in the editting space of the iframe editor.
If I paste the em dash into either editor it displays fine.
Any ideas what is causing this?