web: add scrollbars to long comments and signoffs
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Mon, 12 Jul 2010 21:49:16 -0400 | 
    
    
        | parents | 8cfb4cb7d7aa | 
    
        | children | c0afa545124b | 
    
        | branches/tags | (none) | 
    
        | files | review/static/style.css review/static/style.less | 
Changes
    
--- 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 {
--- 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;
             }
         }