mirror of https://github.com/vtrois/kratos
parent
c11ceeac1d
commit
1b789393d3
|
@ -930,7 +930,8 @@ button:focus {
|
|||
display: table;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
word-break: keep-all;
|
||||
table-layout: fixed;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.k-main .details .article .content table th,
|
||||
|
@ -1058,6 +1059,11 @@ button:focus {
|
|||
font-size: 15px;
|
||||
}
|
||||
|
||||
.k-main .details .article .content table {
|
||||
display: block;
|
||||
word-break: keep-all;
|
||||
}
|
||||
|
||||
.k-main .details .article .header .meta span:not(:first-child) {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue