summary refs log tree commit diff
path: root/default.css
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-12 15:50:46 -0400
committerJune McEnroe <june@causal.agency>2020-07-12 15:50:46 -0400
commitdb5dbaf70c2cacdb107e6967a0f9dac5a21c8d11 (patch)
treee385b375ffd7581b341dc7c3b0a5444a7e3d721d /default.css
parentUse X macro for statements (diff)
downloadscooper-db5dbaf70c2cacdb107e6967a0f9dac5a21c8d11.tar.gz
scooper-db5dbaf70c2cacdb107e6967a0f9dac5a21c8d11.zip
Set nick column to nowrap
Diffstat (limited to 'default.css')
-rw-r--r--default.css2
1 files changed, 2 insertions, 0 deletions
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: '<';