We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4e221 commit 5f70dc2Copy full SHA for 5f70dc2
src/components/ListResultTable/QueryResultList/QueryResultList.jsx
@@ -31,7 +31,7 @@ function QueryResultList(props) {
31
<Title title={config.title} />
32
33
{submitted && <Aside changeVariables={changeVariables}/> /* Adding button to make a new query - top left corner */ }
34
- <Typography variant="h3" alignSelf={"center"} mt={2} > {QueryTitle} </Typography>
+ <Typography fontSize={"2rem"} mt={2} > {QueryTitle} </Typography>
35
{values ?(
36
<ListView title=" " actions={<ActionBar />} {...props} >
37
<Datagrid header={<TableHeader config={config}/>} bulkActionButtons={false}>
0 commit comments