feat: alignSelf flex start
This commit is contained in:
@@ -89,7 +89,9 @@ const ApiKeyManager = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Container>
|
<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 ? (
|
{apiKey ? (
|
||||||
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden' }}>
|
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user