fix: Center the question text
This commit is contained in:
parent
be7a616fb5
commit
62a81ddeeb
@ -186,9 +186,11 @@ const ReviewPageWithRouter = withRouter(
|
||||
<Card>
|
||||
<CardContent>
|
||||
<Grid container direction="column">
|
||||
<Typography variant="display2">
|
||||
{questionTitle}
|
||||
</Typography>
|
||||
<center>
|
||||
<Typography variant="display2">
|
||||
{questionTitle}
|
||||
</Typography>
|
||||
</center>
|
||||
<TextField
|
||||
margin="normal"
|
||||
fullWidth={true}
|
||||
|
Reference in New Issue
Block a user