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:
David Karlsson 2024-04-25 20:02:16 +02:00
parent 0aa903d574
commit 78ef8ec2e9
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>