Skip to content

Commit 9b325f9

Browse files
committed
Added ability to mark propdef cells as needing to preserve formatting.
1 parent 0f55a8f commit 9b325f9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

css-module/default.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,11 @@ table.descdef tr:first-child td {
391391
padding-top: 1em;
392392
}
393393

394+
/* For when values are extra-complex and need formatting for readability */
395+
table td.pre {
396+
white-space: pre;
397+
}
398+
394399
/* A footnote at the bottom of a propdef */
395400
table.propdef td.footnote {padding-top: 0.6em; width: auto}
396401
table.propdef td.footnote:before {

0 commit comments

Comments
 (0)