From: Stas Vilchik Date: Thu, 9 Oct 2014 12:07:59 +0000 (+0200) Subject: SONAR-5623 Fix bad resizing of the result list X-Git-Tag: 5.0-RC1~738 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aaeedc10ff5c960ac0acd6ec7e5789f1ab84e63a;p=sonarqube.git SONAR-5623 Fix bad resizing of the result list --- diff --git a/server/sonar-web/src/main/less/analysis-reports.less b/server/sonar-web/src/main/less/analysis-reports.less index 7754c918bbb..f17e158776e 100644 --- a/server/sonar-web/src/main/less/analysis-reports.less +++ b/server/sonar-web/src/main/less/analysis-reports.less @@ -16,6 +16,7 @@ .navigator-side { width: 50%; max-width: none; + min-width: 660px; } .navigator-results {