Fix word wrapping in the "Edit Review" dialog.

Review Request #6371 — Created Sept. 24, 2014 and submitted — Latest diff uploaded

Information

Review Board
master
812c743...

Reviewers

I recently replaced the multiple CodeMirror boxes with inlineEditors in the
"Edit Review" dialog. One small bit of fallout from this is that the word
wrapping wasn't correct when saving a long comment. The problem here was that
the 'pre' element inside the review dialog didn't have our .pre-wrap macro.

Set a long body top field and saw that it wrapped correctly.

    Loading...