aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webclient/client.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/webclient/client.html b/webclient/client.html
index b68b51f..939b9cb 100644
--- a/webclient/client.html
+++ b/webclient/client.html
@@ -479,6 +479,9 @@ table{
padding-right:20px;
text-align:right;
}
+#roomlog > tr > td:last-child{
+ white-space:pre-wrap;
+}
#roomlog > tr.message{
color:inherit;
}