# HG changeset patch # User Steve Losh # Date 1278985756 14400 # Node ID 9f8ab6e7b2ec8162735bca0a4321f7dc2caee2c5 # Parent 8cfb4cb7d7aac9ef3360ad0261ec5efc5e2c2875 web: add scrollbars to long comments and signoffs diff -r 8cfb4cb7d7aa -r 9f8ab6e7b2ec review/static/style.css --- a/review/static/style.css Mon Jul 12 21:46:11 2010 -0400 +++ b/review/static/style.css Mon Jul 12 21:49:16 2010 -0400 @@ -501,6 +501,7 @@ float: right; } #changeset .content .item-listing .comment .message, #changeset .content .item-listing .signoff .message { + overflow-x: auto; width: 690px; padding-top: 3px; } @@ -545,6 +546,7 @@ font-weight: bold; } #changeset .content .item-listing .signoff .message { + overflow-x: auto; width: 620px; } #changeset .content .add-review-comment { diff -r 8cfb4cb7d7aa -r 9f8ab6e7b2ec review/static/style.less --- a/review/static/style.less Mon Jul 12 21:46:11 2010 -0400 +++ b/review/static/style.less Mon Jul 12 21:49:16 2010 -0400 @@ -451,6 +451,7 @@ float: right; } .message { + overflow-x: auto; width: 690px; padding-top: 3px; } @@ -493,6 +494,7 @@ } } .message { + overflow-x: auto; width: 620px; } }