diff options
Diffstat (limited to 'static/note.css')
| -rw-r--r-- | static/note.css | 4 |
1 files changed, 1 insertions, 3 deletions
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); } |
