MediaWiki:Print.css: Difference between revisions

From GDPRhub
(Attempted to make auto-translated summaries more printable)
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


pre {
pre {
  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;
}