From d8d856d6936c43fc715783be15be089d9bb54c00 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 4 Mar 2019 23:08:03 +0100 Subject: tables.. --- client/tables.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/tables.js b/client/tables.js index f24a9291..851f76f5 100644 --- a/client/tables.js +++ b/client/tables.js @@ -11,9 +11,9 @@ const datasetColumns = [ // { title: 'Origin', field: 'origin', sorter: 'string' }, ] const citationsColumns = [ - { title: 'Title', field: 'title', sorter: 'string', width: 400 }, + { title: 'Title', field: 'title', sorter: 'string' }, { title: 'Institution', field: 'institution', sorter: 'string' }, - { title: 'Country', field: 'country', sorter: 'string' }, + { title: 'Country', field: 'country', sorter: 'string', width: 140 }, { title: 'Year', field: 'year', sorter: 'number', width: 70 }, { title: 'PDF', field: 'pdf', formatter: 'link', sorter: 'string', width: 100 }, ] -- cgit v1.2.3-70-g09d2