]> source.dussan.org Git - sonarqube.git/commitdiff
fix ui overflow problem on the issues page
authorStas Vilchik <vilchiks@gmail.com>
Fri, 29 May 2015 09:33:44 +0000 (11:33 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 29 May 2015 12:28:48 +0000 (14:28 +0200)
server/sonar-web/src/main/less/pages/issues.less

index 0cc944a4c37d3893db6ba137cfe446feb7333894..e216be5d3c0e9793a258561980bc24c9d07dba44 100644 (file)
   .issues-workspace-component-viewer {
     display: none;
   }
+
+  .issues-workspace-home {
+    display: block;
+  }
 }
 
 .issues-workspace-home {
+  display: none;
   width: ~"calc(100vw - @{sideWidth})";
   max-width: 900px;
   margin-left: auto;
   padding-left: 10px;
   padding-right: 10px;
   .box-sizing(border-box);
+  overflow: hidden;
 }