diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-01 10:45:19 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-01 10:45:19 +0200 |
| commit | 7268da9248b89c4b020890ab6f4c86982501b342 (patch) | |
| tree | 9acf2845bbae0da964924a247c43000f3530639f /client/table/index.js | |
| parent | 0a9a618925f3de31c7e8a45b2f3f047000d74c37 (diff) | |
reworking citations table
Diffstat (limited to 'client/table/index.js')
| -rw-r--r-- | client/table/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/table/index.js b/client/table/index.js index 43db7dbb..c741f33e 100644 --- a/client/table/index.js +++ b/client/table/index.js @@ -1,5 +1,6 @@ import 'react-tabulator/lib/styles.css' -import 'react-tabulator/lib/css/tabulator.min.css' +import 'react-tabulator/lib/css/tabulator_midnight.css' +import './tabulator.css' import CitationsTable from './citations.table' import FileTable from './file.table' |
