diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-02-06 15:54:52 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-02-06 15:55:00 +0600 |
commit | a2ebf58fb0c4d40cd4cc52cfe419cf235872527b (patch) | |
tree | a1611db59aee91bd616ac767fe74b47e51ebfbb5 /sonar-server/src/main/webapp/stylesheets/style.css | |
parent | 2a5636f428191726dd17275881d56638f6e088e5 (diff) | |
download | sonarqube-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.css | 2 |
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; |