From 96f33019f89f16535107e670cb25dee35efa2bde Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 24 Jun 2020 20:44:45 +0200 Subject: [PATCH] Break long words in buffer --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 07bbb7c..919b6a1 100644 --- a/style.css +++ b/style.css @@ -96,6 +96,7 @@ details summary { box-sizing: border-box; padding: 10px; color: #4a4a4a; + word-wrap: break-word; } #buffer .talk { color: black;