mirror of https://github.com/docker/docs.git
fix: make term table full width
Force display:table on term pages for tags Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
0aa903d574
commit
78ef8ec2e9
|
@ -11,7 +11,7 @@
|
||||||
<span class="text-gray-light dark:text-gray-dark">Pages with this tag:</span>
|
<span class="text-gray-light dark:text-gray-dark">Pages with this tag:</span>
|
||||||
{{ partial "pagination.html" . }}
|
{{ partial "pagination.html" . }}
|
||||||
</div>
|
</div>
|
||||||
<table>
|
<table style="display: table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="50%">Title</th>
|
<th width="50%">Title</th>
|
||||||
|
|
Loading…
Reference in New Issue