Module:ScribuntoUnit/styles.css: Difference between revisions

From The Goon Show Depository
en>ExE Boss
(Add `font‑family: monospace` and `white‑space: pre‑wrap` to `.scribunto‑test‑table :is(.test‑output‑expected, .test‑output‑actual)`)
 
m (1 revision imported: en)
 
(No difference)

Latest revision as of 08:44, 20 July 2022

/** 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;
}