From 94f66ea0bf9bd1a75acaac434ac46032d77a7d48 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Fri, 28 May 2021 10:34:12 -0400 Subject: [PATCH] Improving line breaks. --- css/style.v2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.v2.css b/css/style.v2.css index ce0e93f..230da99 100644 --- a/css/style.v2.css +++ b/css/style.v2.css @@ -157,6 +157,7 @@ pre { white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ + word-break: break-all; } .third {