Skip to content

Commit

Permalink
Prevent last column on Tree page from wraping
Browse files Browse the repository at this point in the history
With localizations, there can be longer text then 13em so there is a line break.
This fix prevent this line breaking and thus every line has normal height again.
  • Loading branch information
j123b567 committed Feb 20, 2017
1 parent d54dc04 commit e49d70d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/gitblit.css
Original file line number Diff line number Diff line change
Expand Up @@ -1963,6 +1963,7 @@ td.rightAlign {
td.treeLinks {
text-align: right;
width: 13em;
white-space: nowrap;
}

span.help-inline {
Expand Down

0 comments on commit e49d70d

Please sign in to comment.