Fix min-height of the review request actions bar.

Review Request #13151 — Created July 18, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

The actions bar for review requests had a minimum height set, but it was
1 pixel too small. Most of the time this doesn't matter because the
actions set the height, but in the case of viewing a review request
that doesn't have a diff anonymously, the actions bar is actually
completely empty. This resulted in the tabs being shifted down one
pixel.

Opened a private browser window and looked at a review request that
didn't have a diff. Saw that the review request tabs were no longer
misaligned.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix min-height of the review request actions bar.
The actions bar for review requests had a minimum height set, but it was 1 pixel too small. Most of the time this doesn't matter because the actions set the height, but in the case of viewing a review request that doesn't have a diff anonymously, the actions bar is actually completely empty. This resulted in the tabs being shifted down one pixel. Testing Done: Opened a private browser window and looked at a review request that didn't have a diff. Saw that the review request tabs were no longer misaligned.
261004fdc2cbcc0800a11d641753a7d81b49068a David Trowbridge
reviewboard/static/rb/css/pages/review-request.less
Loading...