Prevent single-column tables in the case of highlighting
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
1ff67341a1
commit
0fb315ec47
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user