Hi.
We use a slightly modified flamingo style, but the following should not be edited by us. When we print articles with the browser print dialog we see that articles with at least one link exceed the paper width by up to 50 %. The content is extremely cut off on the right side. Also, the font size is much smaller. If I remove the links in the same article, all the text fits on the paper and the font size is as large as we expected.
Our fix at the moment is this:
/* FIX: Printing article including link: content cut off on the right */
/* caused by */
/* https://wiki.ndr.mobi/wiki/ndr/skin/skins/flamingo/print.min.css */
/* overrule width: auto!important */
@media print {
#body, #xwikimaincontainer, #xwikimaincontainerinner, #xwikicontent, #mainContentArea {
width: 100%!important;
}
}
Has someone an idea why width: auto!important
was set in the style and can someone confirm that finding with the bare original style?
Regards, Simpel