2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00

Truncate long lines.

* src/cuirass/templates (workers-status): Truncate long lines.
This commit is contained in:
Mathieu Othacehe 2021-01-30 20:50:51 +01:00
parent 4370acce19
commit b993f3d433
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1067,7 +1067,8 @@ completed builds divided by the time required to build them.")
`(strong
(@ (class "justify-content-center
d-flex position-absolute w-100"))
(a (@ (class "text-dark")
(a (@ (class "text-dark text-truncate")
(style "max-width: 150px")
(href "/build/"
,(assq-ref build #:id)
"/details"))