Merge pull request #19887 from dvdksn/fix-term-page-tablewidth

fix: make term table full width
This commit is contained in:
David Karlsson 2024-04-25 20:37:37 +02:00 committed by GitHub
commit 3f7244c583
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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>