Fix word wrapping in the "Edit Review" dialog.

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

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.

reviewbot
  1. Tool: PEP8 Style Checker
    Ignored Files:
        reviewboard/static/rb/css/pages/reviews.less
    
    
    
    Tool: Pyflakes
    Ignored Files:
        reviewboard/static/rb/css/pages/reviews.less
    
    
  2. 
      
chipx86
  1. Ship It!

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (1deeee0)
Loading...