Make mrn slightly larger

This commit is contained in:
dannyrb 2020-07-06 08:06:18 -04:00
parent 31581744eb
commit 1612c05bbe
2 changed files with 4 additions and 4 deletions

View File

@ -224,7 +224,7 @@ function WorkList({ history, data: studies, isLoadingData, dataSource }) {
key: 'mrn', key: 'mrn',
content: mrn, content: mrn,
title: mrn, title: mrn,
gridCol: 2, gridCol: 3,
}, },
{ {
key: 'studyDate', key: 'studyDate',
@ -253,7 +253,7 @@ function WorkList({ history, data: studies, isLoadingData, dataSource }) {
key: 'accession', key: 'accession',
content: accession, content: accession,
title: accession, title: accession,
gridCol: 4, gridCol: 3,
}, },
{ {
key: 'instances', key: 'instances',

View File

@ -11,7 +11,7 @@ const filtersMeta = [
displayName: 'MRN', displayName: 'MRN',
inputType: 'Text', inputType: 'Text',
isSortable: true, isSortable: true,
gridCol: 2, gridCol: 3,
}, },
{ {
name: 'studyDate', name: 'studyDate',
@ -47,7 +47,7 @@ const filtersMeta = [
displayName: 'Accession', displayName: 'Accession',
inputType: 'Text', inputType: 'Text',
isSortable: true, isSortable: true,
gridCol: 4, gridCol: 3,
}, },
{ {
name: 'instances', name: 'instances',