]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7447 The "More actions" menu is not properly displayed when the file is too...
authorStas Vilchik <vilchiks@gmail.com>
Thu, 14 Apr 2016 13:11:24 +0000 (15:11 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 14 Apr 2016 13:11:24 +0000 (15:11 +0200)
server/sonar-web/src/main/less/components/source.less

index b1583735b7997a98eee7913db0234a539cca5eb6..5fb2928f08ab0b61cc0e5afbf96cab0c8389f3ec 100644 (file)
@@ -28,6 +28,7 @@
 
 .source-viewer {
   width: 100%;
+  min-height: 200px;
   border: 1px solid @barBorderColor;
   box-sizing: border-box;
   background-color: #fff;
 .source-viewer-header-more-actions {
   position: absolute;
   z-index: @dropdown-menu-z-index;
-  right: -1px;
+  right: 0;
   top: 100%;
   padding: 10px;
   border: 1px solid @barBorderColor;
+  border-right: none;
   background-color: @white;
   line-height: 1.8;
 }