// Shared sizing numbers for the progress-report table.
// minWidth is the sum of all column widths so the table can scroll
// horizontally instead of squashing columns on small screens.
export const PROGRESS_REPORT_TABLE_CONFIG = {
  minWidth: 1558,
  pageSize: 10,
  rowHeight: 60,
  headerHeight: 50,
};
