From f120252dc2cced7467270ed0eb8e639da7cdf759 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Thu, 23 Jul 2026 21:55:21 +0800 Subject: [PATCH] style: remove unneeded overflow css Signed-off-by: Andy Lee --- pkg/harvester/components/vm-migration/ReviewMigrationStep.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/harvester/components/vm-migration/ReviewMigrationStep.vue b/pkg/harvester/components/vm-migration/ReviewMigrationStep.vue index 1bc3d426..5311ddee 100644 --- a/pkg/harvester/components/vm-migration/ReviewMigrationStep.vue +++ b/pkg/harvester/components/vm-migration/ReviewMigrationStep.vue @@ -591,7 +591,6 @@ defineExpose({ startMigration: startMigrationAction }); :deep(td) { vertical-align: middle; overflow: hidden; - text-overflow: ellipsis; } :deep(th:first-child),