all repos — elgit @ 845cce8ea7f1a12046b6c022d4b195c19fd69583

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

css: lose grid layout in refs

commit

845cce8ea7f1a12046b6c022d4b195c19fd69583

parent

08c49d4dd3c60ae9ea1f645b277cdd5cc8f2b0c1

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

changed files
M static/style.cssstatic/style.css
@@ -213,14 +213,12 @@ display: inline-block;
padding-top: 0.7em; } -.refs { - display: grid; - grid-template-columns: 1fr 1fr; - align-items: center; -} - .refs pre { white-space: pre-wrap; +} + +.refs strong { + padding-right: 1em; } .line-numbers {