MediaWiki:Print.css: Difference between revisions
From GDPRhub
(Attempted to make auto-translated summaries more printable) |
mNo edit summary |
||
Line 2: | Line 2: | ||
pre { | pre { | ||
max-height: 100%; | |||
overflow: visible; | overflow: visible; | ||
} | } |
Revision as of 10:00, 16 July 2024
/* CSS placed here will affect the print output */
pre {
max-height: 100%;
overflow: visible;
}