From e49d70def0db06a4df65d4d0631d79b2b433bdc1 Mon Sep 17 00:00:00 2001 From: Jan Breuer Date: Mon, 20 Feb 2017 17:35:49 +0100 Subject: 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. --- src/main/resources/gitblit.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/gitblit.css b/src/main/resources/gitblit.css index 10c9a0e8..5dabbec2 100644 --- a/src/main/resources/gitblit.css +++ b/src/main/resources/gitblit.css @@ -1963,6 +1963,7 @@ td.rightAlign { td.treeLinks { text-align: right; width: 13em; + white-space: nowrap; } span.help-inline { -- cgit v1.2.3