fix: bulleted list and numbered list nowarp (#1261)
This commit is contained in:
parent
07e624c67d
commit
cfedb94159
|
|
@ -144,7 +144,7 @@ class PluginState {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
.link-preview .primary-editor li {
|
.link-preview .primary-editor li {
|
||||||
white-space: nowrap;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
</style>`),
|
</style>`),
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue