Skip to content

Commit 3882a3d

Browse files
authored
explicitly set <td> width of description fields (#31)
1 parent 6fb0aa7 commit 3882a3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/markdown/partials/property.md.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<tr width=600><th>Name:</th><td>{{ . }}</td></tr>
44
{{- end -}}
55
{{- with .Description -}}
6-
<tr width=600><th>Description:</th><td>{{ . }}</td></tr>
6+
<tr><th>Description:</th><td width="500">{{ . }}</td></tr>
77
{{- end -}}
88
{{- end -}}
99
<tr width=600><th>Required:</th><td>{{- if .Required }}Yes{{ else }}No{{ end }}</td></tr>

0 commit comments

Comments
 (0)