We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6834d0 commit 7091e1fCopy full SHA for 7091e1f
1 file changed
webgpu/lessons/webgpu-wgsl-function-reference.css
@@ -18,6 +18,10 @@
18
pre {
19
white-space: pre;
20
}
21
+
22
+ p {
23
+ margin-block-end: 0;
24
+ }
25
26
td:nth-child(2) {
27
white-space: pre-line;
@@ -32,6 +36,14 @@
32
36
33
37
34
38
39
+ .data {
40
+ margin: 0 2em 0 2em;
41
42
+ td:nth-child(2) {
43
+ white-space: normal;
44
45
46
35
47
/* special cases */
48
#builtin-atomic-compare-exchange-weak pre,
49
#builtin-workgroupUniformLoad-builtin pre,
0 commit comments