summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/stylesheets/navigator.css
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-02-25 10:37:35 +0100
committerStas Vilchik <vilchiks@gmail.com>2014-02-25 11:32:54 +0100
commit5aaaf3103c4c921686663109350dcca052b2b582 (patch)
tree48e90443ed8a064381de16ef1c718ac70b0b2b5b /sonar-server/src/main/webapp/stylesheets/navigator.css
parentd857ae220406e301f7953601a28c25b5a2bdce00 (diff)
downloadsonarqube-5aaaf3103c4c921686663109350dcca052b2b582.tar.gz
sonarqube-5aaaf3103c4c921686663109350dcca052b2b582.zip
Some feedback on the issues page
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/navigator.css')
-rw-r--r--sonar-server/src/main/webapp/stylesheets/navigator.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/navigator.css b/sonar-server/src/main/webapp/stylesheets/navigator.css
index 6cd6a7b994e..bacd395e248 100644
--- a/sonar-server/src/main/webapp/stylesheets/navigator.css
+++ b/sonar-server/src/main/webapp/stylesheets/navigator.css
@@ -276,6 +276,7 @@
}
.navigator-details .scm .author {
display: inline-block;
+ vertical-align: middle;
max-width: 100px;
white-space: nowrap;
overflow: hidden;
@@ -312,7 +313,7 @@
background-color: #fff;
border-bottom: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
- overflow: scroll;
+ overflow: hidden;
display: none;
}
.navigator-actions-order-choices > li {