File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 214214{% endmacro %}
215215
216216{% macro parameters_table(parameters ) %}
217- <table class =" table table-hover table-striped table-sm" >
217+ <table class =" table table-hover table-striped table-sm" style = " table-layout: fixed; " >
218218 <thead >
219219 <tr >
220220 <th >{% trans %}specifications.property{% endtrans %}</th >
221- <th >{% trans %}specifications.symbol{% endtrans %}</th >
221+ <th class = " col-sm-1 " >{% trans %}specifications.symbol{% endtrans %}</th >
222222 <th >{% trans %}specifications.value{% endtrans %}</th >
223223 </tr >
224224 </thead >
240240 {% else %}
241241 {{ datetime | format_datetime }}
242242 {% endif %}
243- {% endmacro %}
243+ {% endmacro %}
Original file line number Diff line number Diff line change 44{% for name , parameters in part .groupedParameters %}
55 {% if name is not empty %}<h5 class =" mt-1" >{{ name }}</h5 >{% endif %}
66 {{ helper.parameters_table (parameters ) }}
7+ {% if not loop .last %}
8+ <hr class =" my-0" >
9+ {% endif %}
710{% endfor %}
811
912{% if description_params is not empty %}
1417{% if comment_params is not empty %}
1518 <h5 class =" mt-1" >{% trans %}parameters.auto_extracted_from_comment{% endtrans %}</h5 >
1619 {{ helper.parameters_table (comment_params ) }}
17- {% endif %}
20+ {% endif %}
You can’t perform that action at this time.
0 commit comments