From e98ef5fc79333746af30d8426d530cc7016af114 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Fri, 13 Dec 2013 15:52:00 +0600 Subject: [PATCH] Fix measure filter text overflow in firefox --- sonar-server/src/main/webapp/stylesheets/navigator.css | 2 +- sonar-server/src/main/webapp/stylesheets/navigator.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-server/src/main/webapp/stylesheets/navigator.css b/sonar-server/src/main/webapp/stylesheets/navigator.css index 4e50a89a51f..b60e2276dd5 100644 --- a/sonar-server/src/main/webapp/stylesheets/navigator.css +++ b/sonar-server/src/main/webapp/stylesheets/navigator.css @@ -164,7 +164,7 @@ .navigator-filter-select-list label > span { display: inline-block; vertical-align: top; - width: 90%; + width: 86%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; diff --git a/sonar-server/src/main/webapp/stylesheets/navigator.less b/sonar-server/src/main/webapp/stylesheets/navigator.less index 11ffa24bb2a..fbeb70a7dad 100644 --- a/sonar-server/src/main/webapp/stylesheets/navigator.less +++ b/sonar-server/src/main/webapp/stylesheets/navigator.less @@ -190,7 +190,7 @@ & > span { display: inline-block; vertical-align: top; - width: 90%; + width: 86%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -- 2.39.5