UNPKG

ucsc-xena-client

Version:

UCSC Xena Client. Functional genomics visualizations.

14 lines (11 loc) 352 B
'use strict'; // Styles shared by the spreadsheet viz & pdf output. // XXX This isn't the correct margin. It's the observed space // between columns on-screen. We need to review the css for // the columns, move it in here, render with react instead of // style sheets, and use it for spreadsheet pdf. module.exports = { column: { margin: 11 } };