From 1079c0ca87c9496e2980ca9d2073edfe0697f908 Mon Sep 17 00:00:00 2001 From: Ivan Davydov Date: Wed, 28 May 2025 10:54:40 +0300 Subject: Make
 tag responsible

---
 css/third-party.css | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/css/third-party.css b/css/third-party.css
index 454ef1f..337e1c7 100644
--- a/css/third-party.css
+++ b/css/third-party.css
@@ -13,3 +13,10 @@ body {
   "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
   "Segoe UI Emoji", "Segoe UI Symbol";
 }
+
+/* https://stackoverflow.com/a/40032327 */
+pre {
+  white-space: pre-wrap;
+  word-wrap: break-word;
+  text-align: justify;
+}
-- 
cgit v1.2.3