mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
Improve printing style
- Allow wrapping in code blocks - Use 100% width
This commit is contained in:
parent
aa3974c186
commit
8edbfd3077
@ -583,6 +583,12 @@ li.disabled > .page-link:hover {
|
||||
|
||||
body {
|
||||
background-color: white;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.table-of-contents {
|
||||
|
Loading…
Reference in New Issue
Block a user