We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f55a8f commit 9b325f9Copy full SHA for 9b325f9
1 file changed
css-module/default.css
@@ -391,6 +391,11 @@ table.descdef tr:first-child td {
391
padding-top: 1em;
392
}
393
394
+/* For when values are extra-complex and need formatting for readability */
395
+table td.pre {
396
+ white-space: pre;
397
+}
398
+
399
/* A footnote at the bottom of a propdef */
400
table.propdef td.footnote {padding-top: 0.6em; width: auto}
401
table.propdef td.footnote:before {
0 commit comments