From d8e440b1998e5c3e33445f2ec020d261fc7fa714 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 15 Mar 2025 20:32:47 +0000 Subject: fix line wrapping behaviour finally!!!! --- static/note.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'static/note.css') diff --git a/static/note.css b/static/note.css index bdb1422..a224508 100644 --- a/static/note.css +++ b/static/note.css @@ -70,10 +70,8 @@ article.note { .content { font-size: var(--font-normal-size); padding: var(--spacing-half) 0; - hyphens: auto; overflow-x: hidden; - text-overflow: ellipsis; - line-break: anywhere; + overflow-wrap: break-word; .selected & { font-size: var(--font-big-size); } -- cgit v1.3