summaryrefslogtreecommitdiff
path: root/client/table/citations.table.js
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-10-10 12:22:12 +0200
committeradamhrv <adam@ahprojects.com>2019-10-10 12:22:12 +0200
commitc574e09e73b90174d0c36caa1db5ad3b912ff466 (patch)
treeff9800c9b77f8606fc5bc204c2a119e1653f4f85 /client/table/citations.table.js
parent59fbaaa9eb5539b89a6ed43682a8074356b1366d (diff)
update site theme, white
Diffstat (limited to 'client/table/citations.table.js')
-rw-r--r--client/table/citations.table.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/table/citations.table.js b/client/table/citations.table.js
index c1c71906..45da5676 100644
--- a/client/table/citations.table.js
+++ b/client/table/citations.table.js
@@ -117,7 +117,7 @@ class CitationsTable extends Component {
columns={citationsColumns}
data={filteredCitations}
options={{
- height: Math.max(104, Math.min(37 * formattedCitations.length + 29, 311)),
+ // height: Math.max(104, Math.min(30 * formattedCitations.length + 30, 1000)),
layout: 'fitColumns',
placeholder: formattedCitations.length ? '' : 'Nothing matches your query',
}}