mirror of https://github.com/vtrois/kratos
fix: english broken words (#311)
parent
86eb1b1290
commit
a7d2d88802
|
@ -898,7 +898,7 @@ button:focus {
|
||||||
padding: 0 16px 16px;
|
padding: 0 16px 16px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-main .details .article .content::after,
|
.k-main .details .article .content::after,
|
||||||
|
@ -1100,7 +1100,7 @@ button:focus {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-main .details .article .content table th,
|
.k-main .details .article .content table th,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue