all repos — elgit @ de03418c186cc9f40dc75a25fddf426a83ac44c8

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

ensure last update time does not wrap

Alan Pearce
commit

de03418c186cc9f40dc75a25fddf426a83ac44c8

parent

8a89b5fe6ad2a000b797d607992340335e0169ec

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

jump to
M static/style.cssstatic/style.css
@@ -121,7 +121,7 @@
.index { padding-top: 2em; display: grid; - grid-template-columns: auto 1fr minmax(0, 7em); + grid-template-columns: auto 1fr max-content; grid-column-gap: 1ex; grid-row-gap: 0.5em; min-width: 0;
@@ -129,8 +129,6 @@ }
.index-category { grid-column: 1 / span 3; - display: grid; - grid-template-columns: auto 1fr minmax(0, 7em); } .index-category > header {