Module:ScribuntoUnit/styles.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
Content deleted Content added
Created page with "* Styles for [[Module:ScribuntoUnit]]: .scribunto-test-table { width: 100%; max-width: 100%; } .scribunto-test-table .test-output { overflow-wrap: break-word; word-break: break-all; } .scribunto-test-table .test-output-expected, .scribunto-test-table .test-output-actual { font-family: monospace, monospace; white-space: pre-wrap; }"
 
(No difference)

Latest revision as of 15:24, 12 September 2025

/** Styles for [[Module:ScribuntoUnit]] */
.scribunto-test-table {
	width: 100%;
	max-width: 100%;
}

.scribunto-test-table .test-output {
	overflow-wrap: break-word;
	word-break: break-all;
}

.scribunto-test-table .test-output-expected,
.scribunto-test-table .test-output-actual {
	font-family: monospace, monospace;
	white-space: pre-wrap;
}