all repos — elgit @ 2d244b5dd3654209a33433b56285fc108b379758

fork of legit: web frontend for git, written in go

don't wrap file modes

Alan Pearce
commit

2d244b5dd3654209a33433b56285fc108b379758

parent

478c5e7d98203394807f1fe9942639a73a0b2201

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M static/style.cssstatic/style.css
@@ -160,7 +160,7 @@ }
.tree { display: grid; - grid-template-columns: 10ch auto 1fr; + grid-template-columns: 11ch auto 1fr; grid-row-gap: 0.5em; grid-column-gap: 1em; min-width: 0;