Skip to content

Commit 93ea32a

Browse files
authored
Merge pull request #135 from aDotInTheVoid/patch-1
css: Collapse Head Ref Collumn
2 parents 702b4ed + 488f015 commit 93ea32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homu/html/queue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
table { border-collapse: collapse; }
2929
td, th { border-bottom: 1px solid #ddd; padding: 5px 6px; font-size: 13px; text-align: left; vertical-align: baseline; }
3030
tr:nth-child(even) { background: #eee; }
31-
31+
#queue tr > td:nth-child(8) { word-break: break-all; }
3232
a {
3333
text-decoration: none;
3434
}

0 commit comments

Comments
 (0)