codevise / pageflow

Multimedia story telling for the web.
http://pageflow.io
MIT License
692 stars 126 forks source link

Clear inlined float #1995

Closed tf closed 1 year ago

tf commented 1 year ago

When an element is inlined, but follows smaller side-by-side floated elements that are not yet inlined, we need to make sure that the inlined element is cleared to save it from getting smashed between the two floated elements.

REDMINE-20384