]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12717 Reduce the with of the hotspot list
authorPhilippe Perrin <philippe.perrin@sonarsource.com>
Wed, 8 Jan 2020 16:50:57 +0000 (17:50 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 13 Jan 2020 19:46:37 +0000 (20:46 +0100)
server/sonar-web/src/main/js/apps/securityHotspots/styles.css

index 5ccfef0260e5364cdda9af0d0532aa2541a5900c..9a327c158d766d157bd636a29c3691a5d8330921 100644 (file)
 }
 
 #security_hotspots .sidebar {
-  flex: 1 0 30%;
+  flex: 0 0 300px;
   border-right: 1px solid var(--barBorderColor);
   height: 100%;
   overflow-y: auto;
 }
 
 #security_hotspots .main {
-  flex: 1 0 70%;
+  flex: 1 1 auto;
   overflow-y: auto;
   background-color: white;
 }