]> source.dussan.org Git - sonarqube.git/commitdiff
A widget should scroll its content if too large
authorDavid Gageot <david@gageot.net>
Thu, 10 May 2012 16:00:31 +0000 (18:00 +0200)
committerDavid Gageot <david@gageot.net>
Thu, 10 May 2012 16:00:31 +0000 (18:00 +0200)
sonar-server/src/main/webapp/stylesheets/dashboard.css

index b66fea15d97809fad0a9ac5d385ec51c5b1f8fd9..55657aa36f470ee1c974068485a2d79ef6d6b0d3 100644 (file)
@@ -17,7 +17,7 @@
 /* WIDGETS */
 #dashboard .widget {
   position: relative;
-  overflow-x: hidden;
+  overflow-x: auto;
   padding: 10px;
   margin: 0;
   border: 1px solid #ddd;