Ensure the table spans the complete page width (#37129)

This commit is contained in:
Dag Wieers 2018-03-08 19:48:42 +01:00 committed by scottb
parent 6636401246
commit 8f2c87231f

View file

@ -232,7 +232,7 @@ Facts returned by this module are added/updated in the ``hostvars`` host facts a
<tr>
<th class="head"><div class="cell-border">Fact</div></th>
<th class="head"><div class="cell-border">Returned</div></th>
<th class="head"><div class="cell-border">Description</div></th>
<th class="head" width="100%"><div class="cell-border">Description</div></th>
</tr>
{% for key, value in returnfacts|dictsort recursive %}
<tr class="return-value-column">
@ -297,7 +297,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<tr>
<th class="head"><div class="cell-border">Key</div></th>
<th class="head"><div class="cell-border">Returned</div></th>
<th class="head"><div class="cell-border">Description</div></th>
<th class="head" width="100%"><div class="cell-border">Description</div></th>
</tr>
{% for key, value in returndocs|dictsort recursive %}
<tr class="return-value-column">