mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
FIXUP: code blocks: full-width highlighted lines
This commit is contained in:
parent
90c861d7f3
commit
c795793d41
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user