Skip to content

Commit e49d70d

Browse files
committed
Prevent last column on Tree page from wraping
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.
1 parent d54dc04 commit e49d70d

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)