[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Truncate long lines.
From: |
Mathieu Othacehe |
Subject: |
branch master updated: Truncate long lines. |
Date: |
Sat, 30 Jan 2021 14:51:25 -0500 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix-cuirass.
The following commit(s) were added to refs/heads/master by this push:
new b993f3d Truncate long lines.
b993f3d is described below
commit b993f3d4332dcd8e02d91f74f7ad0af5b0e4fbe7
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Jan 30 20:50:51 2021 +0100
Truncate long lines.
* src/cuirass/templates (workers-status): Truncate long lines.
---
src/cuirass/templates.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 14b8c0c..8ec63f4 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -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"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Truncate long lines.,
Mathieu Othacehe <=