FIXUP: code blocks: full-width highlighted lines

This commit is contained in:
Matthias Geier 2020-04-14 19:20:06 +02:00
parent 90c861d7f3
commit c795793d41

View File

@ -673,9 +673,14 @@ table.highlighttable td.linenos {
} }
table.highlighttable td.code { table.highlighttable td.code {
flex: 1;
overflow: hidden; overflow: hidden;
} }
.highlight .hll {
display: block;
}
table.highlighttable pre { table.highlighttable pre {
margin: 0; margin: 0;
} }