Browse Source

Merge pull request #1202 from j123b567/feature/treeViewTable

Prevent last column on Tree page from wraping
tags/r1.9.0
James Moger 7 years ago
parent
commit
2df318b0b0
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/main/resources/gitblit.css

+ 1
- 0
src/main/resources/gitblit.css View File

@@ -1963,6 +1963,7 @@ td.rightAlign {
td.treeLinks {
text-align: right;
width: 13em;
white-space: nowrap;
}
span.help-inline {

Loading…
Cancel
Save