• 
      

    Fix the display of diff file notices on mobile.

    Review Request #14278 — Created Dec. 17, 2024 and submitted

    Information

    Review Board
    release-7.x

    Reviewers

    When showing a notice above a diff (such as "This file contains only
    whitespace changes"), the layout would get badly messed up. It was
    trying to merge table column information into a grid-based layout, and
    the result was a mess.

    We now tell it to use "auto" template columns, which forces the display
    into the grid correctly.

    Tested some diffs with file notices and verified that they displayed
    correctly.

    Summary ID
    Fix the display of diff file notices on mobile.
    When showing a notice above a diff (such as "This file contains only whitespace changes"), the layout would get badly messed up. It was trying to merge table column information into a grid-based layout, and the result was a mess. We now tell it to use "auto" template columns, which forces the display into the grid correctly.
    a5b4890f4c9d568e057c0c94e33a7723041a945c

    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-7.x (70ca5d1)