From 12bb8440721ef252ef43fac183ddb5fb1c9f4723 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 25 Sep 2012 11:10:47 +0200 Subject: [PATCH] Remove horizontal scrollbar in the selection of widgets on I+E7 --- sonar-server/src/main/webapp/stylesheets/dashboard.css | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.39.5