fix(css): adapt to new code highlight html layout

This commit is contained in:
ppoffice 2019-11-30 01:05:12 -05:00
parent 275126af7d
commit 8ea9265c89
1 changed files with 7 additions and 0 deletions

View File

@ -370,6 +370,13 @@ figure.highlight
table table
width: auto width: auto
tr td
border: none
tr:not(:first-child) td
padding-top: 0
tr:not(:last-child) td
padding-bottom: 0
pre pre
padding: 0 padding: 0
overflow: visible overflow: visible