From 60a00a8686ba2af0679e56fcba6541dfda83a838 Mon Sep 17 00:00:00 2001 From: Ramon Mi Date: Sat, 11 Jan 2025 16:28:26 +0800 Subject: [PATCH] fix: bulleted list and numbered list nowarp --- src/extras/editor/linkPreview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } `), ]);