diff --git a/src/extras/editor/linkPreview.ts b/src/extras/editor/linkPreview.ts index db87268..b235373 100644 --- a/src/extras/editor/linkPreview.ts +++ b/src/extras/editor/linkPreview.ts @@ -144,7 +144,7 @@ class PluginState { height: auto; } .link-preview .primary-editor li { - white-space: nowrap; + white-space: normal; } `), ]);