fix: align all actions to right end

This commit is contained in:
amhsirak
2025-12-30 00:34:36 +05:30
parent 495d440ce6
commit 7ef961d3da

View File

@@ -157,7 +157,7 @@ const ApiKeyManager = () => {
})}
</TableCell>
)}
<TableCell>
<TableCell align="right" sx={{ width: 160 }}>
<Tooltip title={t('apikey.actions.copy')}>
<IconButton onClick={copyToClipboard}>
<ContentCopy />