Allow review request names to wrap in admin lists.

Review Request #5402 — Created Feb. 4, 2014 and submitted

Information

Review Board
master

Reviewers

Allow review request names to wrap in admin lists.

Our admin styles had "text-wrap: nowrap" for <tr> tags, which was meant for the
column headers, but the primary column (review requests summaries, for
example) also used th. This change fixes that style definition to only apply to
descendents of <thead>.

Created a review request with a really long summary and loaded
/admin/db/reviews/reviewrequest. Saw that things didn't look ugly.

chipx86
  1. Ship It!

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (f24d424).
Loading...