Skip to content

Commit

Permalink
fix(v2): wrap code blocks on print (#3637)
Browse files Browse the repository at this point in the history
  • Loading branch information
haivp3010 committed Oct 25, 2020
1 parent 6c6200e commit 85971fd
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,9 @@
min-width: 100%;
padding: var(--ifm-pre-padding);
}

@media print {
.codeBlockLines {
white-space: pre-wrap;
}
}

0 comments on commit 85971fd

Please sign in to comment.