Fixing width of Commit list field.

Review Request #11814 — Created Sept. 17, 2021 and submitted — Latest diff uploaded

Information

Review Board
release-4.0.x

Reviewers

Currently, longer commit messages in a review request go beyond the page width.
Using a css fix, the commit address this issue.

I have attached two files (Screenshots)

'Beyond_page.png': Showing the way it looked before the fix
'Within_page.png': Showing the way it looks with the fix.
(Update) 'Wrapped_message.png': Screenshot of the latest fix where long texts are wrapped.

Tested on Chrome on MacOS.

Instruciton to replicate the issue:

  1. Create a review request with a long commit message.
  2. Make your web brower window's width shorter than the summary length in "Commits" section.

Expected result: The longer commit messages does not go past the page width.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Fixing width of Commit list field.
14d7a8f6097df54bdc2335c3659e3347ea156853 Sandy Saji
Wrap longer commit messages within each entry
d345a42d2afd5dd916d1e95398903083cecb2ea7 Sandy Saji
reviewboard/static/rb/css/pages/review-request.less
Loading...