File tree Expand file tree Collapse file tree 3 files changed +27
-36
lines changed Expand file tree Collapse file tree 3 files changed +27
-36
lines changed Original file line number Diff line number Diff line change 8
8
<h2>Fields</h2>
9
9
10
10
<table>
11
-
12
11
<tr>
13
12
<th style="white-space: no-wrap">Field & Value</th>
14
13
<th>Description</th>
15
14
</tr>
16
-
17
15
{{#oe.enum}}
18
16
<tr>
19
17
<td style="white-space: no-wrap">
20
- <code>
21
- {{{field&value}}}
22
- </code>
23
- </td>
24
- <td>
25
- {{{description}}}
26
- </td>
18
+ <code>
19
+ {{{field&value}}}
20
+ </code>
21
+ </td>
22
+ <td class="tableFormat" >
23
+ {{{description}}}
24
+ </td>
27
25
</tr>
28
26
{{/oe.enum}}
29
-
30
- </table>
27
+ </table>
Original file line number Diff line number Diff line change 1
1
<tr>
2
-
3
2
<td style = "white-space: nowrap;">
4
3
<code>{{{name}}}</code>
5
4
</td>
6
-
7
5
<td style = "white-space: nowrap;">
8
6
{{{type}}}
9
7
</td>
10
-
11
- <td>
12
- <div class="tableFormat">
13
- {{#propertyDescription}}
14
- {{{propertyDescription.text}}}
15
- {{#hasEnum}}
16
- <table>
17
- {{#enum}}
18
- <tr>
19
- <td class="term"><code>{{{field&value}}}</code></td>
20
- <td class="description">{{{enumDescription}}}</td>
21
- </tr>
22
- {{/enum}}
23
- </table>
24
- {{/hasEnum}}
25
- {{/propertyDescription}}
26
- </div>
8
+ <td class="tableFormat">
9
+ {{#propertyDescription}}
10
+ {{{propertyDescription.text}}}
11
+ {{#hasEnum}}
12
+ <table>
13
+ {{#enum}}
14
+ <tr>
15
+ <td class="term"><code>{{{field&value}}}</code></td>
16
+ <td class="description">{{{enumDescription}}}</td>
17
+ </tr>
18
+ {{/enum}}
19
+ </table>
20
+ {{/hasEnum}}
21
+ {{/propertyDescription}}
27
22
</td>
28
-
29
23
</tr>
Original file line number Diff line number Diff line change 1
1
@import "workflow.css" ;
2
2
3
- div .tableFormat * : last-child {
3
+ .tableFormat * : last-child {
4
4
margin-bottom : 0 ;
5
5
}
6
6
7
- div .tableFormat table {
7
+ .tableFormat table {
8
8
display : grid;
9
9
grid-template-columns : auto;
10
10
margin-top : 1rem ;
@@ -14,20 +14,20 @@ div.tableFormat table {
14
14
border-collapse : collapse;
15
15
}
16
16
17
- div .tableFormat td {
17
+ .tableFormat td {
18
18
padding : 0 ;
19
19
border : 0 hidden;
20
20
}
21
21
22
- div .tableFormat td .term {
22
+ .tableFormat td .term {
23
23
/* !important tag prevents overrides from dotnet.css associated with:
24
24
body[data-yaml-mime="ManagedReference"] article td.term, body[data-yaml-mime="ApiPage"] article td.term
25
25
important tags are not good practice*/
26
26
font-weight : var (--bs-body-font-weight ) !important ;
27
27
white-space : nowrap;
28
28
}
29
29
30
- div .tableFormat td .description {
30
+ .tableFormat td .description {
31
31
padding-left : 1rem ;
32
32
}
33
33
You can’t perform that action at this time.
0 commit comments