Skip to content

Commit 2df318b

Browse files
authored
Merge pull request #1202 from j123b567/feature/treeViewTable
Prevent last column on Tree page from wraping
2 parents d54dc04 + e49d70d commit 2df318b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/gitblit.css

+1
Original file line numberDiff line numberDiff line change
@@ -1963,6 +1963,7 @@ td.rightAlign {
19631963
td.treeLinks {
19641964
text-align: right;
19651965
width: 13em;
1966+
white-space: nowrap;
19661967
}
19671968

19681969
span.help-inline {

0 commit comments

Comments
 (0)