]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3113 Add space after widget title
authorStas Vilchik <vilchiks@gmail.com>
Fri, 18 Apr 2014 06:40:38 +0000 (12:40 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 18 Apr 2014 06:40:38 +0000 (12:40 +0600)
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measures/measure_filter_cloud.html.erb
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/project_file_cloud.html.erb

index 4fa9da38b9b543229537758c85749d1068373150..7d967faf8ec2894f0263b59e657ceba22f025436 100644 (file)
@@ -13,7 +13,7 @@
 
   <!--[if (gte IE 9)|!(IE)]><!-->
   <% if chartTitle %>
-  <h3><%= h(chartTitle) -%></h3>
+  <h3 style="margin-bottom: 5px;"><%= h(chartTitle) -%></h3>
   <% end %>
   <!--<![endif]-->
 </div>
index 5d8d44b8f123845608dfe8deee77e7c9c6af961a..8cb1c029938f6e2bb2ee4a639f12ac9ff684c2c3 100644 (file)
@@ -11,7 +11,7 @@
 
   <!--[if (gte IE 9)|!(IE)]><!-->
   <% if chartTitle %>
-    <h3><%= h(chartTitle) -%></h3>
+    <h3 style="margin-bottom: 5px;"><%= h(chartTitle) -%></h3>
   <% end %>
   <!--<![endif]-->
 </div>