[extensions-web: 41/75] Reviews should scroll.



commit 27f3a6fa7d0b298e525f647a25431934cd1c64aa
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sat Sep 17 11:52:23 2011 -0400

    Reviews should scroll.

 sweettooth/static/css/review.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/static/css/review.css b/sweettooth/static/css/review.css
index f263366..f2fecc5 100644
--- a/sweettooth/static/css/review.css
+++ b/sweettooth/static/css/review.css
@@ -55,6 +55,10 @@
     padding: 0.5em;
 }
 
+#files .file {
+    overflow-x: scroll;
+}
+
 #files .code {
     padding-left: 1em;
     background-color: #fff;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]