From 7e513f3e2e34928d787eb96488b0dd26ac0197ba Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 24 Feb 2014 09:17:49 +0100 Subject: [PATCH] Top Search: fix an issue with long names --- sonar-server/src/main/webapp/stylesheets/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 84b5ba0a23e..31433be3918 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -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 { -- 2.39.5