From: Christopher Bazin Date: Tue, 29 May 2018 04:07:53 +0000 (-0700) Subject: Enable line breaks in performatted text within rich text X-Git-Tag: live~2808 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/248f63f728295afcc6052f73f1a1617829a3ba90?hp=248f63f728295afcc6052f73f1a1617829a3ba90;ds=sidebyside Enable line breaks in performatted text within rich text This stops redaction details being truncated at the edge of the page when they have long lines of preformatted text. Also use a div instead of a paragraph for redaction details so that formatting is consistent with other rich text blocks. Closes #1885 Fixes #1845 ---