From 4809af142d5c0612a5a57b60c52cc3e883641c61 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Tue, 5 Feb 2013 19:56:47 +0100 Subject: [PATCH] try to avoid line breaking in chat for off-by-a-few errors --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 43db4cf3..35e9ee8c 100644 --- a/style.css +++ b/style.css @@ -174,7 +174,7 @@ summary { #chat span { display: inline-block; - width: 546px; + width: 540px; } #chatinput {