From 3dd48365beceeb2c48c623609e21f196ee857b1c Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Mon, 13 Feb 2023 01:33:25 -0500 Subject: [PATCH] only force wrapping anywhere on story

s --- css/index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/index.scss b/css/index.scss index 1df984a..4b2fa24 100644 --- a/css/index.scss +++ b/css/index.scss @@ -8,6 +8,9 @@ html { color: #e8e6e3; font-family: "IBM Plex Sans", sans-serif; color-scheme: dark; +} + +p[data-p-id] { overflow-wrap: anywhere; }