Closed fu-sen closed 6 years ago
Please take a closer look at this:
Only the first line of code is misaligned. Of course this happens even at the demo site.
It is caused by dual application because it uses the same CSS for pre and code. I am avoiding the problem with this custom.css:
code { padding-left: 0; padding-right: 0; }
@fu-sen Thank you for your report! I fixed this problem as 194147f.
Please take a closer look at this:
Only the first line of code is misaligned. Of course this happens even at the demo site.
It is caused by dual application because it uses the same CSS for pre and code. I am avoiding the problem with this custom.css: