aboutsummaryrefslogtreecommitdiffhomepage
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/note.css4
-rw-r--r--static/pages.css2
2 files changed, 3 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);
}
diff --git a/static/pages.css b/static/pages.css
index f19a856..3f3e5ab 100644
--- a/static/pages.css
+++ b/static/pages.css
@@ -37,6 +37,8 @@
.pageContent {
margin-top: var(--spacing-double);
+ overflow-x: hidden;
+ overflow-wrap: break-word;
p,
ul,