fix: bulleted list and numbered list nowarp (#1261)

This commit is contained in:
Mi Ramon 2025-01-12 21:59:28 +08:00 committed by GitHub
parent 07e624c67d
commit cfedb94159
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>`),
]); ]);