From b8fe4cff9ebfe37cdccb9f6a318d17cc1d3cc30f Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Wed, 2 Nov 2022 20:43:12 -0400 Subject: Update wrapping logic in block quotes --- html/assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/html/assets/style.css b/html/assets/style.css index 693b797..d5121fb 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -41,6 +41,7 @@ blockquote border-radius: 5px; padding: 5px; border-left: 10px solid #cecece; + overflow-wrap: anywhere; } .note-body -- cgit v1.2.3