fix: english broken words (#311)

pull/321/head^2
Seaton Jiang 2020-12-17 14:07:35 +08:00
parent 86eb1b1290
commit a7d2d88802
No known key found for this signature in database
GPG Key ID: C1086BAE716FF138
2 changed files with 3 additions and 3 deletions

View File

@ -898,7 +898,7 @@ button:focus {
padding: 0 16px 16px;
word-wrap: break-word;
line-height: 1.8;
word-break: break-all;
word-break: break-word;
}
.k-main .details .article .content::after,
@ -1100,7 +1100,7 @@ button:focus {
overflow: auto;
width: 100%;
table-layout: fixed;
word-break: break-all;
word-break: break-word;
}
.k-main .details .article .content table th,

File diff suppressed because one or more lines are too long