File tree Expand file tree Collapse file tree 7 files changed +30
-10
lines changed Expand file tree Collapse file tree 7 files changed +30
-10
lines changed Original file line number Diff line number Diff line change 44
44
table {
45
45
border-collapse : collapse ;
46
46
border-spacing : 0 ;
47
+ .param-name-col {
48
+ width : 100px ;
49
+ max-width : 100px ;
50
+ }
51
+ .param-value-col {
52
+ width : 310px ;
53
+ max-width : 310px ;
54
+ }
55
+ .param-description-col {
56
+ width : 200px ;
57
+ max-width : 200px ;
58
+ }
59
+ .param-type-col {
60
+ width : 100px ;
61
+ max-width : 100px ;
62
+ }
63
+ .param-data-type-col {
64
+ width : 220px ;
65
+ max-width : 230px ;
66
+ }
47
67
thead {
48
68
tr {
49
69
th {
Original file line number Diff line number Diff line change 72
72
<table class =' fullwidth parameters' >
73
73
<thead >
74
74
<tr >
75
- <th style = " width: 100px; max-width: 100px " data-sw-translate>Parameter</th >
76
- <th style = " width: 310px; max-width: 310px " data-sw-translate>Value</th >
77
- <th style = " width: 200px; max-width: 200px " data-sw-translate>Description</th >
78
- <th style = " width: 100px; max-width: 100px " data-sw-translate>Parameter Type</th >
79
- <th style = " width: 220px; max-width: 230px " data-sw-translate>Data Type</th >
75
+ <th class = " param-name-col " data-sw-translate>Parameter</th >
76
+ <th class = " param-value-col " data-sw-translate>Value</th >
77
+ <th class = " param-description-col " data-sw-translate>Description</th >
78
+ <th class = " param-type-col " data-sw-translate>Parameter Type</th >
79
+ <th class = " param-data-type-col " data-sw-translate>Data Type</th >
80
80
</tr >
81
81
</thead >
82
82
<tbody class =" operation-params" >
Original file line number Diff line number Diff line change 29
29
{{ /if }}
30
30
31
31
</td >
32
- <td class =" markdown" >{{{ sanitize description }}} </td >
32
+ <td class =" markdown param-description-col " >{{{ sanitize description }}} </td >
33
33
<td >{{{ escape paramType }}} </td >
34
34
<td >
35
35
<span class =" model-signature" ></span >
Original file line number Diff line number Diff line change 14
14
15
15
</select >
16
16
</td >
17
- <td class =" markdown" >{{ #if required }} <strong >{{ /if }} {{{ description }}} {{ #if required }} </strong >{{ /if }} </td >
17
+ <td class =" markdown param-description-col " >{{ #if required }} <strong >{{ /if }} {{{ description }}} {{ #if required }} </strong >{{ /if }} </td >
18
18
<td >{{{ escape paramType }}} </td >
19
19
<td ><span class =" model-signature" ></span ></td >
Original file line number Diff line number Diff line change 11
11
{{ /if }}
12
12
{{ /if }}
13
13
</td >
14
- <td class =" markdown" >{{{ sanitize description }}} </td >
14
+ <td class =" markdown param-description-col " >{{{ sanitize description }}} </td >
15
15
<td >{{{ escape paramType }}} </td >
16
16
<td ><span class =" model-signature" ></span ></td >
Original file line number Diff line number Diff line change 10
10
{{ /if }}
11
11
{{ /if }}
12
12
</td >
13
- <td class =" markdown" >{{{ sanitize description }}} </td >
13
+ <td class =" markdown param-description-col " >{{{ sanitize description }}} </td >
14
14
<td >{{{ escape paramType }}} </td >
15
15
<td ><span class =" model-signature" ></span ></td >
Original file line number Diff line number Diff line change 26
26
{{ /if }}
27
27
</td >
28
28
<td >
29
- <strong ><span class =" markdown" >{{{ sanitize description }}} </span ></strong >
29
+ <strong ><span class =" markdown param-description-col " >{{{ sanitize description }}} </span ></strong >
30
30
</td >
31
31
<td >{{{ escape paramType }}} </td >
32
32
<td ><span class =" model-signature" ></span ></td >
You can’t perform that action at this time.
0 commit comments