fix: align all actions to right end
This commit is contained in:
@@ -131,7 +131,7 @@ const ApiKeyManager = () => {
|
||||
</Typography>
|
||||
{apiKey ? (
|
||||
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden' }}>
|
||||
<Table>
|
||||
<Table sx={{ tableLayout: 'fixed', width: '100%' }}>
|
||||
<TableHead>
|
||||
<TableRow>
|
||||
<TableCell>{t('apikey.table.name')}</TableCell>
|
||||
|
||||
Reference in New Issue
Block a user