From 39fcc5d52ac4c6e76ff87d95ef5b4b63300fe071 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 22 Mar 2025 19:41:55 +0000 Subject: implement editing pages --- static/note.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/note.css') diff --git a/static/note.css b/static/note.css index 8fa8424..09dbd60 100644 --- a/static/note.css +++ b/static/note.css @@ -75,6 +75,7 @@ article.note { padding: var(--spacing-half) 0; overflow-x: hidden; overflow-wrap: break-word; + word-break: break-word; .selected & { font-size: var(--font-big-size); } -- cgit v1.3