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

This commit is contained in:
Douglas Oliveira 2024-06-18 13:32:21 -03:00
parent 2e35ebf1dc
commit e73da7de82

View File

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