diff --git a/src/views/migrator/MigrateService.vue b/src/views/migrator/MigrateService.vue index 444ce5c27..89f2ba1b2 100644 --- a/src/views/migrator/MigrateService.vue +++ b/src/views/migrator/MigrateService.vue @@ -37,11 +37,11 @@ class="migration-in-progress-container" >
- +
- +

{{ $t('migrate.inProgress') }}

@@ -185,12 +185,12 @@ export default { justify-content: space-between; align-items: center; margin-bottom: 2rem; +} - img, svg { - display: block; - max-height: 100px; - max-width: 100px; - } +.logo { + display: block; + max-height: 100px; + max-width: 100px; } .progress-dots {