fix: Twikoo text content style

This commit is contained in:
HPCesia 2025-03-30 16:35:03 +08:00
parent a1f67ac7f4
commit 29c79250fc

View File

@ -586,6 +586,9 @@
/* Markdown 样式 */
.tk-content,
.tk-preview-container {
/* 文本样式 */
@apply break-normal hyphens-auto whitespace-pre-wrap md:break-words md:hyphens-manual;
/* 标题通用样式 */
h1,
h2,