id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 12131,Text wrapping and line heights after starting with a large font.,Devin Moore,,"Something I've noticed is that if you start typing a paragraph with a large font (tested with 48px) and mid-paragraph switch to a smaller font (tested with 16px), as the paragraph line wraps, the line heights are enormous as they they are formatted for the initial 48px content. We use your product here daily. Looking into the HTML code that it produces, I can see that it creates a span element with a font-size of 48px as a ""wrapper"". Then, when I switch font-size to 16px, the editor creates a new span element with this new font-size and places it into the 48px wrapper. Thus, the entire paragraph inherits the line-height initially created by the 48px font size. A current workaround is to create the entire paragraph with the 16px font size first. Then, after the paragraph is finished, select the word(s) that you want to be 48px and apply it. Doing it this way will create the wrapper with the 16px font size and an internal span of 48px font size where the overall paragraph line-height will be created from the wrapper 16px font size span.",Bug,confirmed,Normal,,General,4.0 Beta,,,devin.moore@…