add some more padding to public index columns

This commit is contained in:
Nick Sweeting 2021-04-10 06:38:33 -04:00
parent 6949803395
commit e7473c4e3e

View file

@ -26,9 +26,9 @@
<table id="table-bookmarks" style="width: 100%; table-layout: fixed">
<thead>
<tr>
<th style="width: 130px">Bookmarked</th>
<th style="width: 132px">Bookmarked</th>
<th>Snapshot ({{page_obj.paginator.count}})</th>
<th style="width: 258px">Files</th>
<th style="width: 280px">Files</th>
<th>Original URL</th>
</tr>
</thead>