diff options
| author | winter | 2025-03-22 19:41:55 +0000 |
|---|---|---|
| committer | winter | 2025-03-22 19:41:55 +0000 |
| commit | 39fcc5d52ac4c6e76ff87d95ef5b4b63300fe071 (patch) | |
| tree | 75b83a228906064e80160359a76fa3820a9449eb /static/note.css | |
| parent | b535baf69b9a2525bc8a33b9c96460b84af8e6e2 (diff) | |
implement editing pages
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); } |
