From: simonbrandhof Date: Wed, 10 Nov 2010 16:38:30 +0000 (+0000) Subject: increase the height of widgets selection panel X-Git-Tag: 2.6~602 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ab1013e8d9586556e5f5f192b3cbe9bf88c5504f;p=sonarqube.git increase the height of widgets selection panel --- diff --git a/sonar-server/src/main/webapp/stylesheets/dashboard.css b/sonar-server/src/main/webapp/stylesheets/dashboard.css index a275105d8c6..d48c406b301 100644 --- a/sonar-server/src/main/webapp/stylesheets/dashboard.css +++ b/sonar-server/src/main/webapp/stylesheets/dashboard.css @@ -49,7 +49,7 @@ /*CONFIGURATION*/ #dashboard #widget_defs { - height: 150px; + height: 250px; overflow-y: auto; background-color: #FFF6BF; border: 2px solid #FFD324;