Skip to content

Commit 3f7244c

Browse files
authored
Merge pull request #19887 from dvdksn/fix-term-page-tablewidth
fix: make term table full width
2 parents 93cd83b + 78ef8ec commit 3f7244c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/tag/term.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1 class="scroll-mt-36 flex gap-4 items-center">
1111
<span class="text-gray-light dark:text-gray-dark">Pages with this tag:</span>
1212
{{ partial "pagination.html" . }}
1313
</div>
14-
<table>
14+
<table style="display: table">
1515
<thead>
1616
<tr>
1717
<th width="50%">Title</th>

0 commit comments

Comments
 (0)