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