From a2610c92094ad442de2d9c577c119bc6d1c89ab7 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 27 Oct 2014 16:59:36 +0100 Subject: SONAR-5788 DSM table doesn't correctly wrap values --- server/sonar-web/src/main/less/dsm.less | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/sonar-web') diff --git a/server/sonar-web/src/main/less/dsm.less b/server/sonar-web/src/main/less/dsm.less index 3090de47e53..dfad4b98a07 100644 --- a/server/sonar-web/src/main/less/dsm.less +++ b/server/sonar-web/src/main/less/dsm.less @@ -52,6 +52,7 @@ border-right: 2px solid darken(@barBorderColor, 8%) !important; color: @baseFontColor; cursor: pointer; + white-space: nowrap; .link-no-underline; .trans(background-color); @@ -64,6 +65,7 @@ .box-sizing(border-box); text-align: center; cursor: pointer; + white-space: nowrap; .trans(background-color); } -- cgit v1.2.3 From 8ce43df60ac508adcb6536d23554e21dc9394f07 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 27 Oct 2014 17:22:30 +0100 Subject: SONAR-5790 Incorrect source link on the design page --- server/sonar-web/src/main/hbs/design/dsm-info.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/sonar-web') diff --git a/server/sonar-web/src/main/hbs/design/dsm-info.hbs b/server/sonar-web/src/main/hbs/design/dsm-info.hbs index 5ae952f06c0..32bc514f9f9 100644 --- a/server/sonar-web/src/main/hbs/design/dsm-info.hbs +++ b/server/sonar-web/src/main/hbs/design/dsm-info.hbs @@ -12,7 +12,7 @@ {{#if changed}} {{qualifierIcon fq}} - {{fn}} + {{fn}} {{/if}} @@ -22,7 +22,7 @@ {{qualifierIcon tq}} - {{tn}} + {{tn}} {{/eachChanged}} -- cgit v1.2.3