]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-10132 Issue box does not fit on the screen on the Measures page
authorStas Vilchik <stas.vilchik@sonarsource.com>
Tue, 9 Jan 2018 09:35:39 +0000 (10:35 +0100)
committerStas Vilchik <stas.vilchik@sonarsource.com>
Tue, 9 Jan 2018 19:16:51 +0000 (20:16 +0100)
server/sonar-web/src/main/js/apps/component-measures/style.css

index db2fc279029ddfeb93f5ccb6e4fd5f4da5d8fd42..03a26265a8bb75206907166d8357bfe5d18fa035 100644 (file)
   margin-right: 0;
 }
 
+.measure-details-viewer .issue-list {
+  /* no math, just a good guess */
+  min-width: 600px;
+  width: 800px;
+}
+
+@media (max-width: 1320px) {
+  .measure-details-viewer .issue-list {
+    width: calc(60vw - 80px);
+  }
+}
+
 .measure-view-select {
   width: 50px;
 }