feat: alignSelf flex start
This commit is contained in:
@@ -89,7 +89,9 @@ const ApiKeyManager = () => {
|
||||
|
||||
return (
|
||||
<Container>
|
||||
<Typography variant="h6" gutterBottom component="div" style={{ marginBottom: '20px'}}>Manage Your API Key</Typography>
|
||||
<Typography variant="h6" gutterBottom component="div" style={{ marginBottom: '20px', alignSelf: 'flex-start' }}>
|
||||
Manage Your API Key
|
||||
</Typography>
|
||||
|
||||
{apiKey ? (
|
||||
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden' }}>
|
||||
|
||||
Reference in New Issue
Block a user