aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/note.css
diff options
context:
space:
mode:
authorwinter2025-03-15 20:32:47 +0000
committerwinter2025-03-15 20:32:47 +0000
commitd8e440b1998e5c3e33445f2ec020d261fc7fa714 (patch)
treef2328ed694138d6aa4d3fa179073df74b8d494e1 /static/note.css
parent801f0d45d734c69ec96e9bbbc33a3f63b0879c22 (diff)
fix line wrapping behaviour finally!!!!
Diffstat (limited to 'static/note.css')
-rw-r--r--static/note.css4
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);
}