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',
|
||||
content: mrn,
|
||||
title: mrn,
|
||||
gridCol: 2,
|
||||
gridCol: 3,
|
||||
},
|
||||
{
|
||||
key: 'studyDate',
|
||||
@ -253,7 +253,7 @@ function WorkList({ history, data: studies, isLoadingData, dataSource }) {
|
||||
key: 'accession',
|
||||
content: accession,
|
||||
title: accession,
|
||||
gridCol: 4,
|
||||
gridCol: 3,
|
||||
},
|
||||
{
|
||||
key: 'instances',
|
||||
|
||||
@ -11,7 +11,7 @@ const filtersMeta = [
|
||||
displayName: 'MRN',
|
||||
inputType: 'Text',
|
||||
isSortable: true,
|
||||
gridCol: 2,
|
||||
gridCol: 3,
|
||||
},
|
||||
{
|
||||
name: 'studyDate',
|
||||
@ -47,7 +47,7 @@ const filtersMeta = [
|
||||
displayName: 'Accession',
|
||||
inputType: 'Text',
|
||||
isSortable: true,
|
||||
gridCol: 4,
|
||||
gridCol: 3,
|
||||
},
|
||||
{
|
||||
name: 'instances',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user