Skip to content

Commit 5f70dc2

Browse files
committed
changed fontsize to 2rem and aligned title left
1 parent 5f4e221 commit 5f70dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ListResultTable/QueryResultList/QueryResultList.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function QueryResultList(props) {
3131
<Title title={config.title} />
3232

3333
{submitted && <Aside changeVariables={changeVariables}/> /* Adding button to make a new query - top left corner */ }
34-
<Typography variant="h3" alignSelf={"center"} mt={2} > {QueryTitle} </Typography>
34+
<Typography fontSize={"2rem"} mt={2} > {QueryTitle} </Typography>
3535
{values ?(
3636
<ListView title=" " actions={<ActionBar />} {...props} >
3737
<Datagrid header={<TableHeader config={config}/>} bulkActionButtons={false}>

0 commit comments

Comments
 (0)