feat: alignSelf flex start

This commit is contained in:
karishmas6
2024-10-11 03:15:21 +05:30
parent af016302e2
commit 4b8eb6ae25

View File

@@ -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' }}>