Tom
2014-11-06 6e55f53a790145dbbe78b8860004e4743e47acf1
Add min-width in .diff-line CSS

To ensure the line number columns never get squashed.
1 files modified
1 ■■■■ changed files
src/main/resources/gitblit.css 1 ●●●● patch | view | raw | blame | history
src/main/resources/gitblit.css
@@ -1402,6 +1402,7 @@
    padding-left: 2px;
    padding-right: 2px;
    width: 3em; /* Font-size relative! */
    min-width: 3em;
}
.diff-line:before {