Commit 29c7925

HPCesia <me@hpcesia.com>
2025-03-30 08:35:03
fix: Twikoo text content style
1 parent a1f67ac
Changed files (1)
src
src/styles/twikoo.css
@@ -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,