]> source.dussan.org Git - gitblit.git/commitdiff
Prevent last column on Tree page from wraping 1202/head
authorJan Breuer <jan.breuer@mobatime.cz>
Mon, 20 Feb 2017 16:35:49 +0000 (17:35 +0100)
committerJan Breuer <jan.breuer@mobatime.cz>
Mon, 20 Feb 2017 16:35:49 +0000 (17:35 +0100)
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

index 10c9a0e8888d15e0d04e00e3a11ac82e611fa37a..5dabbec2434a6c8392d90895640c6c8b7bc25e38 100644 (file)
@@ -1963,6 +1963,7 @@ td.rightAlign {
 td.treeLinks {\r
        text-align: right;\r
        width: 13em;\r
+       white-space: nowrap;\r
 }\r
 \r
 span.help-inline {\r