aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-09-25 11:10:47 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-09-27 14:32:33 +0200
commit12bb8440721ef252ef43fac183ddb5fb1c9f4723 (patch)
tree6af5c68eb39b40c89e3359a30a4aa7a2fca117d4 /sonar-server
parentd59f7d1b80279a16df8f97e17b78648016e45f50 (diff)
downloadsonarqube-12bb8440721ef252ef43fac183ddb5fb1c9f4723.tar.gz
sonarqube-12bb8440721ef252ef43fac183ddb5fb1c9f4723.zip
Remove horizontal scrollbar in the selection of widgets on I+E7
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/stylesheets/dashboard.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/dashboard.css b/sonar-server/src/main/webapp/stylesheets/dashboard.css
index a2574a2fdf8..a8e10f9580f 100644
--- a/sonar-server/src/main/webapp/stylesheets/dashboard.css
+++ b/sonar-server/src/main/webapp/stylesheets/dashboard.css
@@ -66,6 +66,7 @@
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
+ overflow-x: hidden;
}
#dashboard #widget_defs {