mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-05-10 22:31:04 -07:00
Wrap long ProseMirror paragraph content
Add paragraph-level word breaking so long single-line filter expressions do not overflow the editor layout.
This commit is contained in:
parent
a7106e3341
commit
e860163fff
1 changed files with 3 additions and 1 deletions
|
|
@ -18,6 +18,9 @@ tags: $:/tags/Stylesheet
|
|||
|
||||
.ProseMirror p {
|
||||
margin: 0.5em 0;
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-word;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.ProseMirror p:first-child {
|
||||
|
|
@ -107,4 +110,3 @@ html[dir="rtl"] .ProseMirror {
|
|||
.ProseMirror .pm-definition-list dd {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue