diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-10-27 16:59:36 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-10-27 16:59:36 +0100 |
commit | a2610c92094ad442de2d9c577c119bc6d1c89ab7 (patch) | |
tree | c67ae2346d90e54ff1aa9f610589c352368ac1c4 /server/sonar-web/src | |
parent | 68e157d83eb495207e8b729b886499b3e36f6b42 (diff) | |
download | sonarqube-a2610c92094ad442de2d9c577c119bc6d1c89ab7.tar.gz sonarqube-a2610c92094ad442de2d9c577c119bc6d1c89ab7.zip |
SONAR-5788 DSM table doesn't correctly wrap values
Diffstat (limited to 'server/sonar-web/src')
-rw-r--r-- | server/sonar-web/src/main/less/dsm.less | 2 |
1 files changed, 2 insertions, 0 deletions
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); } |