fix: align all actions to right end

This commit is contained in:
amhsirak
2025-12-30 00:34:58 +05:30
parent 7ef961d3da
commit 1bc3f02d9b

View File

@@ -131,7 +131,7 @@ const ApiKeyManager = () => {
</Typography> </Typography>
{apiKey ? ( {apiKey ? (
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden' }}> <TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden' }}>
<Table> <Table sx={{ tableLayout: 'fixed', width: '100%' }}>
<TableHead> <TableHead>
<TableRow> <TableRow>
<TableCell>{t('apikey.table.name')}</TableCell> <TableCell>{t('apikey.table.name')}</TableCell>