Fix the display of diff file notices on mobile.

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

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.


Commits

Files