Lists with no margin or padding cut off when exporting
I was wondering for ages why exactly the bullets were missing from the exported PDF and realised it's because the print margin is cutting them off. When looking at the <body>
there seems to be enough padding to keep them in view, but I'm guessing it's the #wrapper
that gets printed out.
I've had a look for @media print
settings but I can't figure out how you'd rectify this. I like the style, and understand you could probably add padding
to the whole damn thing to make the bulleted list show properly, but it seems unnecessary.
Is there an easy workaround without editing the #wrapper
or the li
margin/padding? I've also tried overflow: visible;
on the body within the @media print
settings, but it doesn't work.
Thanks!
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac