SimonBiggs / scriptedforms

Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
Apache License 2.0
508 stars 34 forks source link

Still issues with printing changing with page window size #125

Closed SimonBiggs closed 6 years ago

SimonBiggs commented 6 years ago

Comparing a page printed with a very small window, to a page printed with a fullscreen window produces different results.

SimonBiggs commented 6 years ago

Try removing margins from all div, span etc.

Change to form margin to a padding.

SimonBiggs commented 6 years ago

Fixed by using max-width parameter on all div and span.