Avoid code block breaking
Signed-off-by: Tiago Garcia <tiago.rgarcia@ua.pt>
This commit is contained in:
parent
1da65c1c38
commit
3515497ffd
|
@ -11,7 +11,7 @@
|
||||||
font-family: 'Open Sans', sans-serif !important;
|
font-family: 'Open Sans', sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p, pre {
|
||||||
page-break-before: avoid !important;
|
page-break-before: avoid !important;
|
||||||
page-break-inside: avoid !important;
|
page-break-inside: avoid !important;
|
||||||
page-break-after: avoid !important;
|
page-break-after: avoid !important;
|
||||||
|
|
Loading…
Reference in New Issue