Prevent single-column tables in the case of highlighting

This commit is contained in:
Danila Fedorin 2020-04-26 20:47:51 -07:00
parent 1ff67341a1
commit 0fb315ec47

View File

@ -143,6 +143,10 @@ tr {
}
}
div.highlight tr {
display: revert;
}
td {
@include below-container-width {
overflow-x: auto;