Module:ScribuntoUnit/styles.css

From Foundry Wiki
< Module:ScribuntoUnit
Revision as of 04:07, 29 June 2022 by Naginreed (talk | contribs) (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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/** 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;
}