Make mrn slightly larger
This commit is contained in:
parent
31581744eb
commit
1612c05bbe
@ -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',
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user