From db5dbaf70c2cacdb107e6967a0f9dac5a21c8d11 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 12 Jul 2020 15:50:46 -0400 Subject: Set nick column to nowrap --- default.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.css b/default.css index 1ebd4e0..d9c89c9 100644 --- a/default.css +++ b/default.css @@ -62,6 +62,7 @@ nav form { } table { + width: 100%; margin: 1em 0; border-collapse: collapse; } @@ -89,6 +90,7 @@ td.network a, td.context a { td.nick { text-align: right; + white-space: nowrap; } tr.privmsg td.nick span::before { content: '<'; -- cgit 1.4.1