User:Aliser/trash: Difference between revisions

From Space Station 14 Wiki
Aliser (talk | contribs)
Created blank page
 
Aliser (talk | contribs)
No edit summary
Line 1: Line 1:
/** 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;
}

Revision as of 01:12, 4 April 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;
}