User:Aliser/trash: Difference between revisions
From Space Station 14 Wiki
No edit summary |
m Aliser moved page Module:ScribuntoUnit/styles.css to User:Aliser/trash without leaving a redirect |
(No difference)
|
Revision as of 01:26, 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;
}