diff --git a/ka-note/VERSION b/ka-note/VERSION index 61b3197..d1c1bf6 100644 --- a/ka-note/VERSION +++ b/ka-note/VERSION @@ -1 +1 @@ -1.2.10 \ No newline at end of file +1.2.14 \ No newline at end of file diff --git a/ka-note/client/src/app.css b/ka-note/client/src/app.css index a1999ce..e311d94 100644 --- a/ka-note/client/src/app.css +++ b/ka-note/client/src/app.css @@ -46,6 +46,7 @@ ul.tree-list li { /* Markdown content */ .markdown-content { @apply prose prose-sm prose-invert max-w-none; + overflow-wrap: anywhere; } .markdown-content pre { @@ -173,6 +174,7 @@ ul.tree-list li { .ka-editor-wrapper .ProseMirror { @apply prose prose-sm prose-invert max-w-none p-2.5 outline-none; + overflow-wrap: anywhere; } .ka-editor-wrapper .ProseMirror p.is-editor-empty:first-child::before { diff --git a/ka-note/client/src/app.html b/ka-note/client/src/app.html index 0846d9a..402780c 100644 --- a/ka-note/client/src/app.html +++ b/ka-note/client/src/app.html @@ -1,18 +1,22 @@ -
- - - - - - - - -