Skip to content

Commit 7091e1f

Browse files
committed
Fix more whitespace issues.
1 parent d6834d0 commit 7091e1f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

webgpu/lessons/webgpu-wgsl-function-reference.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
pre {
1919
white-space: pre;
2020
}
21+
22+
p {
23+
margin-block-end: 0;
24+
}
2125

2226
td:nth-child(2) {
2327
white-space: pre-line;
@@ -32,6 +36,14 @@
3236
}
3337
}
3438

39+
.data {
40+
margin: 0 2em 0 2em;
41+
42+
td:nth-child(2) {
43+
white-space: normal;
44+
}
45+
}
46+
3547
/* special cases */
3648
#builtin-atomic-compare-exchange-weak pre,
3749
#builtin-workgroupUniformLoad-builtin pre,

0 commit comments

Comments
 (0)