This commit is contained in:
Ihor Sychevskyi 2022-10-27 07:37:02 +03:00 committed by GitHub
parent 205f1367d3
commit 8af0f814f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 25 deletions

View File

@ -91,20 +91,8 @@ table {
border-collapse: separate;
border-spacing: 0;
width: 100%;
display: table;
@media (max-width: $bp-sm) {
display: block;
overflow-x: auto;
}
p {
word-break: break-word;
a,
code {
word-break: break-word;
}
}
display: block;
overflow-x: auto;
}
table p:first-of-type {
@ -178,11 +166,6 @@ tr th:last-child {
tr td:last-child {
border-right: 1px solid $boxBorderColor;
word-break: break-word;
}
tr td:last-child code {
word-break: break-word;
}
thead+tbody tr:first-child td:first-child {

View File

@ -29,9 +29,3 @@
}
}
}
article {
h2 {
word-break: break-word;
}
}