Skip to content

Commit

Permalink
better datatables (align left)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugomeguerditchian committed Apr 3, 2023
1 parent 33ea979 commit 03307f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
V2.2.3.01
V2.2.3.02
7 changes: 7 additions & 0 deletions website/jinja_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
margin: 0 auto;
}
</style>
<style>
div.dataTables_wrapper {
width: 900px;
margin: 0 auto;
float: left;
}
</style>
</head>
<!-- macros -->
{% macro sentence_case(text) -%}
Expand Down

0 comments on commit 03307f9

Please sign in to comment.