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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
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 Christian Hammond
docs/releasenotes/7.0.3.rst
reviewboard/static/rb/css/pages/diffviewer.less
Loading...