all repos — elgit @ d1774f5a6d25242d659b1a08656de9e20fa84e26

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

css: fix table overflow

commit

d1774f5a6d25242d659b1a08656de9e20fa84e26

parent

4f5d35ffd22e8727c25ba0b028c0baade25cb32f

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M static/style.cssstatic/style.css
@@ -258,6 +258,7 @@ grid-template-columns: 1rem minmax(0, 1fr);
gap: 1rem; padding: 0.5rem; background: var(--light-gray); + overflow-x: auto; } .file-content {