diff --git a/src/web/components/card-migrate.ts b/src/web/components/card-migrate.ts
index 3a12b97..b3d9116 100644
--- a/src/web/components/card-migrate.ts
+++ b/src/web/components/card-migrate.ts
@@ -186,9 +186,24 @@ export function renderMigrationPage(
return `
diff --git a/src/web/styles/card.css b/src/web/styles/card.css
index 6ab7cd1..0cd61ed 100644
--- a/src/web/styles/card.css
+++ b/src/web/styles/card.css
@@ -383,6 +383,9 @@
}
.card-actions {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
margin-bottom: 16px;
}