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',
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',

View File

@ -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',