fix: Issue #1496 Code block does not wrap text when printing

pull/7224/head
Douglas Oliveira 2 weeks ago
parent 2e35ebf1dc
commit e73da7de82

@ -1266,6 +1266,7 @@
.prismjs{
box-shadow: none;
background-color: #FFF;
white-space: pre-wrap;
@at-root .theme--dark & {
background-color: #FFF;

Loading…
Cancel
Save