]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5209 Fix duplication rendering issue
authorStas Vilchik <vilchiks@gmail.com>
Wed, 2 Jul 2014 10:07:37 +0000 (16:07 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 2 Jul 2014 10:07:37 +0000 (16:07 +0600)
sonar-server/src/main/less/component-viewer-source-colorizer.less
sonar-server/src/main/less/component-viewer.less

index 4b23fbbc88c3b86dce220cb577b939ab519dc123..c3a56f66f404f126b5261688a187db823ecf5e68 100644 (file)
@@ -6,7 +6,7 @@
     padding: 0;
     font-family: 'Source Code Pro', monospace;
     font-size: 12px;
-    line-height: 17px;
+    line-height: 16px;
   }
 
   /* constants */
index 9069ae9b2b7b2f828ad2d663388da35adf2224f6..d719d35360fead921a74fedf3ed55ae3bcd4ad14 100644 (file)
     background-color: @barBackgroundColor;
     color: #888;
     font-size: 11px;
-    line-height: 17px;
+    line-height: 16px;
     text-align: right;
     cursor: default;
     white-space: nowrap;