diff --git a/dashboard/src/components/AppInstallDialog.vue b/dashboard/src/components/AppInstallDialog.vue index 9dfb8ca2e..ae4dbd61b 100644 --- a/dashboard/src/components/AppInstallDialog.vue +++ b/dashboard/src/components/AppInstallDialog.vue @@ -222,14 +222,14 @@ defineExpose({
-
{{ manifest.title }}
+
{{ manifest.title }}
{{ $t('app.updates.info.packageVersion') }} {{ app.manifest.version }}
{{ manifest.title }} Version {{ app.manifest.upstreamVersion }}
{{ manifest.website }}
{{ $t('appstore.installDialog.memoryRequirement', { size: prettyBinarySize(manifest.memoryLimit || (256 * 1024 * 1024)) }) }}
{{ $t('appstore.installDialog.lastUpdated', { date: prettyDate(app.creationDate) }) }}
- +
@@ -316,6 +316,7 @@ defineExpose({ display: flex; flex-direction: column; font-size: 14px; + overflow: hidden; } .summary > div { @@ -325,6 +326,8 @@ defineExpose({ .title { font-size: 32px; margin-bottom: 10px; + display: flex; + align-items: center; } .icon {