use fixed-width numbers in tag names
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M static/style.css → static/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;