diff --git a/src/extras/editor/linkPreview.ts b/src/extras/editor/linkPreview.ts index 9433497..936becf 100644 --- a/src/extras/editor/linkPreview.ts +++ b/src/extras/editor/linkPreview.ts @@ -106,6 +106,9 @@ class LinkPreviewState { max-width: 100%; height: auto; } + .link-preview .primary-editor li { + white-space: nowrap; + } `), ]); this.popup.popup.classList.add("primary-editor");