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; }