Indent state-key descriptions
Right now two spaces make a <dt> whereas four does the right thing.
This commit is contained in:
parent
19dfafe376
commit
dcd51c39b3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
``{{event.type}}``
|
``{{event.type}}``
|
||||||
{{(4 + event.type | length) * title_kind}}
|
{{(4 + event.type | length) * title_kind}}
|
||||||
*{{event.typeof}}*
|
*{{event.typeof}}*
|
||||||
{{event.typeof_info}}
|
{{event.typeof_info}}
|
||||||
|
|
||||||
{{event.desc | wrap(80)}}
|
{{event.desc | wrap(80)}}
|
||||||
{% for table in event.content_fields -%}
|
{% for table in event.content_fields -%}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue