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:
parent
e6b20746be
commit
0172338932
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue