]> source.dussan.org Git - sonarqube.git/commitdiff
Top Search: fix an issue with long names
authorStas Vilchik <vilchiks@gmail.com>
Mon, 24 Feb 2014 08:17:49 +0000 (09:17 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 24 Feb 2014 08:17:49 +0000 (09:17 +0100)
sonar-server/src/main/webapp/stylesheets/style.css

index 84b5ba0a23e6178d665facb58cd308c4a1f402ca..31433be39180ac65d41903be5bd40f5f724141ee 100644 (file)
@@ -1213,6 +1213,9 @@ div.autocomplete ul li {
   line-height: 18px;
   height: 18px;
   vertical-align: middle;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
 }
 
 div.autocomplete div.q {