From 488f015797fb5215ea7d07f7af4cf53f6d4b6711 Mon Sep 17 00:00:00 2001 From: Nixon Enraght-Moony Date: Tue, 23 Feb 2021 14:11:27 +0000 Subject: [PATCH] css: Collapse Head Ref Collumn --- homu/html/queue.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homu/html/queue.html b/homu/html/queue.html index 3bf07c7..03c36a4 100644 --- a/homu/html/queue.html +++ b/homu/html/queue.html @@ -28,7 +28,7 @@ table { border-collapse: collapse; } td, th { border-bottom: 1px solid #ddd; padding: 5px 6px; font-size: 13px; text-align: left; vertical-align: baseline; } tr:nth-child(even) { background: #eee; } - + #queue tr > td:nth-child(8) { word-break: break-all; } a { text-decoration: none; }