aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/stylesheets/style.css
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-02-06 15:54:52 +0600
committerStas Vilchik <vilchiks@gmail.com>2014-02-06 15:55:00 +0600
commita2ebf58fb0c4d40cd4cc52cfe419cf235872527b (patch)
treea1611db59aee91bd616ac767fe74b47e51ebfbb5 /sonar-server/src/main/webapp/stylesheets/style.css
parent2a5636f428191726dd17275881d56638f6e088e5 (diff)
downloadsonarqube-a2ebf58fb0c4d40cd4cc52cfe419cf235872527b.tar.gz
sonarqube-a2ebf58fb0c4d40cd4cc52cfe419cf235872527b.zip
New Issues Page: move technical debt/author/reporter to the actions bar
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/style.css')
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css
index 880976029e8..a442dd7da10 100644
--- a/sonar-server/src/main/webapp/stylesheets/style.css
+++ b/sonar-server/src/main/webapp/stylesheets/style.css
@@ -829,7 +829,7 @@ th.operations, td.operations {
}
.code-issue-name-rule {
- max-width: 70%;
+ max-width: 90%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;