mirror of https://github.com/docker/docs.git
Merge pull request #19887 from dvdksn/fix-term-page-tablewidth
fix: make term table full width
This commit is contained in:
commit
3f7244c583
|
@ -11,7 +11,7 @@
|
|||
<span class="text-gray-light dark:text-gray-dark">Pages with this tag:</span>
|
||||
{{ partial "pagination.html" . }}
|
||||
</div>
|
||||
<table>
|
||||
<table style="display: table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="50%">Title</th>
|
||||
|
|
Loading…
Reference in New Issue