Doing the following in IE will result in both lines being set to 20px:
- set the font size to a non-default size (in this case 20px)
- type some text
- hit enter for a new line
- type some text
The same thing done in Chrome results in only the first line being 20px, with the second line being set back to the default font size.
Here is the resulting HTML in IE:
<span style="font-size: 20px;">first line<br> second line</span>
and in Chrome:
<span style="font-size: 20px;">first line<br></span>second line
Is there anything that can be done to have Chrome behave like IE in this situation, so that new lines will still be within the font setting span tag? Using v 2014.1.225.45.