From a980de53692b07bf10c9aeb4bd5b9ab409f563e6 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Sat, 11 Jan 2025 01:01:58 -0500 Subject: [PATCH] Fix long URL wrapping --- themes/v2/assets/css/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss index 0216241..9841ae5 100644 --- a/themes/v2/assets/css/style.scss +++ b/themes/v2/assets/css/style.scss @@ -64,6 +64,7 @@ ol { li { list-style: none; display: contents; + overflow-wrap: anywhere; p { margin: 0; @@ -227,6 +228,7 @@ audio::-webkit-media-controls-panel { @media print { body { background-color: white; + font-size: 14px; padding: 0; }