MediaWiki:Print.css: Difference between revisions

From GDPRhub
mNo edit summary
mNo edit summary
 
Line 2: Line 2:


pre {
pre {
   max-height: 100%;
   max-height: none;
   overflow: visible;
   overflow: visible;
}
}

Latest revision as of 10:02, 16 July 2024

/* CSS placed here will affect the print output */

pre {
  max-height: none;
  overflow: visible;
}