fix: note link preview list item wrap

fix: #1135
This commit is contained in:
windingwind 2024-09-21 22:45:06 +02:00
parent dc10c10e8a
commit 59693f2de4

View File

@ -106,6 +106,9 @@ class LinkPreviewState {
max-width: 100%;
height: auto;
}
.link-preview .primary-editor li {
white-space: nowrap;
}
</style>`),
]);
this.popup.popup.classList.add("primary-editor");