Skip to content
Snippets Groups Projects
Unverified Commit b993f3d4 authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

Truncate long lines.

* src/cuirass/templates (workers-status): Truncate long lines.
parent 4370acce
No related branches found
No related tags found
No related merge requests found
......@@ -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"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment