Reputation: 6944
I have this JSFiddle which shows my issue. When you focus on the contenteditable div, and press the 'list' button, the font will increase. This is because I set font-size: 2em;
in the div. If I set this to pixels it is fine however I would like to set it to an 'em' value for scaling.
Is there a way to maintain the font size in ems? Thanks.
Upvotes: 2
Views: 1662