Skip to content

Commit a171db1

Browse files
Fix table height
1 parent 219205c commit a171db1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Public/css/table.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
table.dataTable {
2+
margin-top: 0 !important;
3+
}

Public/js/statistics.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
import DataTable from "datatables.net";
44
import "datatables.net-bs5/css/dataTables.bootstrap5.min.css";
55

6+
import "../css/table.css";
7+
68
export class StatisticsView {
79
constructor(container) {
810
this.container = container;

0 commit comments

Comments
 (0)