Skip to content

Commit

Permalink
fix: Few tables were not looking great.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 27, 2024
1 parent bbb3a39 commit 0735129
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions website/web/templates/historical_lookups.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
autoWidth: false,
columnDefs: [{ width: '15%', targets: 0 },
{ width: '15%', targets: 1 },
{ width: '5%', targets: 2 },
{ width: '25%', targets: 3 },
{ width: '10%', targets: 2 },
{ width: '20%', targets: 3 },
{ width: '40%', targets: 4 }]
});
</script>
Expand Down Expand Up @@ -59,8 +59,8 @@ <h3>{{query}}</h3>
autoWidth: false,
columnDefs: [{ width: '15%', targets: 0 },
{ width: '15%', targets: 1 },
{ width: '5%', targets: 2 },
{ width: '65%', targets: 3 }]
{ width: '10%', targets: 2 },
{ width: '60%', targets: 3 }]
});
</script>
<center>
Expand Down
5 changes: 3 additions & 2 deletions website/web/templates/tree_favicons.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<script type="text/javascript">
new DataTable('#faviconsTable', {
columnDefs: [{ width: '10%', targets: 0 },
{ width: '50%', targets: 1 },
{ width: '40%', targets: 2 }],
{ width: '40%', targets: 1 },
{ width: '40%', targets: 2 },
{ width: '10%', targets: 3 }],
});
</script>

Expand Down

0 comments on commit 0735129

Please sign in to comment.