all repos — elgit @ 9c336ff148d48d09a4f4866798511cdcce50202a

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

use fixed-width numbers in tag names

Alan Pearce
commit

9c336ff148d48d09a4f4866798511cdcce50202a

parent

74eea2ebbccc8458b5b62002d281b2b49f5c30c4

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
M static/style.cssstatic/style.css
@@ -248,6 +248,10 @@ display: inline-block;
padding-top: 0.7em; } +.tag-name { + font-variant-numeric: tabular-nums; +} + .refs pre { white-space: pre-wrap; padding-bottom: 0.5rem;