Prevent single-column tables in the case of highlighting
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danila Fedorin 2020-04-26 20:47:51 -07:00
parent 1ff67341a1
commit 0fb315ec47
1 changed files with 4 additions and 0 deletions

View File

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