• 
      

    Fix move flags bumping over line numbers.

    Review Request #5500 — Created Feb. 19, 2014 and submitted

    Information

    Review Board
    master
    ac51767...

    Reviewers

    Fix move flags bumping over line numbers.

    In the diff viewer, the flagpole for moved-line flags would cause a
    misalignment of the line numbers. The diff viewer style had some code to
    properly cope with the added border that move flags introduced, but it was only
    active for replace blocks (because we used to put the flags for delete/add
    blocks) on the other side of the text column. I've made it so this rule works
    for all ".moved-row th" elements.

    Loaded a diff that had some moved code. Saw that the line numbers were all
    properly aligned.

    chipx86
    1. Ship It!

    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (7de32a6).