Fix word-wrap styling of <pre> tags in status updates.
Review Request #14057 — Created July 26, 2024 and submitted — Latest diff uploaded
The reviews CSS generally has the same rules apply to regular reviews
and reviews included in status updates, but one thing that was missing
was theword-wrap
rule applied to<pre>
tags. This was buried inside
of#reviews .review
, which isn't used for the status update entries.This change consolidates everything under a single rule for
pre.reviewtext
, which covers all comments and review body fields
across regular reviews and status updates.
Created a review request with lots of different reviews and comments,
as well as initial and update status updates, which included long
single-line text for all the various fields. Saw that everything wrapped
correctly.