feat: add word wrap
This commit is contained in:
parent
5f105fe5d9
commit
47d85d752f
5 changed files with 12 additions and 2 deletions
|
@ -315,6 +315,7 @@ a {
|
|||
margin-block-start: 12px;
|
||||
margin-block-end: 0;
|
||||
}
|
||||
|
||||
.article .article__toc ol ol {
|
||||
margin-block-start: 0;
|
||||
}
|
||||
|
|
|
@ -73,6 +73,9 @@
|
|||
font-weight: 400;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
line-height: 1.5;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.heti::before, .heti::after {
|
||||
|
|
|
@ -145,7 +145,7 @@
|
|||
</section>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary id="example-4">示例4:英文演示</summary>
|
||||
<section class="demo">
|
||||
<div lang="en-US">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue