just wanted to share a solution for rich text field overflowing the page. I needed a way to split the contents without breaking the html. Because of the use or the field I'm expecting minimal html usage (p, br, i, b, ul, ol, etc), I've got away with splitting on <p> and </p> tags. See snippet.