diff options
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/configure.html.erb')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/configure.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/configure.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/configure.html.erb index 6562f2a5cc1..656b86a4429 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/configure.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/configure.html.erb @@ -31,7 +31,7 @@ <div id="dashboard"> <%= render :partial => 'dashboard/header', :locals => {:back => true} %> - <div id="widget_defs" class="marginbottom10"> + <div id="widget_defs"> <table width="100%"> <% @widget_definitions.each_with_index do |definition, index| %> <% if index%4==0 %><tr><% end %> |