]> source.dussan.org Git - sonarqube.git/commitdiff
increase width of leak section on project page
authorStas Vilchik <vilchiks@gmail.com>
Fri, 3 Feb 2017 15:09:10 +0000 (16:09 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 3 Feb 2017 15:09:46 +0000 (16:09 +0100)
server/sonar-web/src/main/js/apps/overview/styles.css

index a924adb27c163145383b4190e54ef08b6c3e49f7..ffe231472b782d914d47040a32800198e45f029d 100644 (file)
 }
 
 .overview-domain-nutshell {
-  flex: 2;
+  flex: 3;
 }
 
 .overview-domain-nutshell .line-chart-backdrop {
 }
 
 .overview-domain-leak {
-  flex: 1;
+  flex: 2;
   background-color: #fbf3d5;
 }
 
   line-height: 1;
   font-size: 36px;
   font-weight: 300;
+  white-space: nowrap;
 }
 
 .overview-domain-secondary-measure-value {