...
HTML |
---|
<!-- tables have all same width (web max 1200px and PDF full page(640px), flexible width or fix width on menu for single column can be used as before) -→-> <style> .wrapped{ width: 100% !important; max-width: 1200px !important; } </style> |
...