Add a small bottom margin to the build status span

So it displays better when there are items below it.
This commit is contained in:
Christopher Baines 2019-12-16 20:15:11 +00:00
parent e6b20746be
commit 0172338932

View file

@ -80,7 +80,7 @@
("canceled" . "default")
("" . "default"))
status)))
(style "display: inline-block; font-size: 1.2em; margin-top: 0.4em;"))
(style "display: inline-block; font-size: 1.2em; margin-top: 0.4em; margin-bottom: 0.4em;"))
,(build-status-value->display-string status)))
(define (build-status-alist->build-icon status)