diff --git a/dashboard/src/components/AppInstallDialog.vue b/dashboard/src/components/AppInstallDialog.vue index d6a71ecb4..4f27188ee 100644 --- a/dashboard/src/components/AppInstallDialog.vue +++ b/dashboard/src/components/AppInstallDialog.vue @@ -215,7 +215,8 @@ defineExpose({
{{ manifest.title }}
-
{{ $t('appstore.installDialog.lastUpdated', { date: prettyDate(app.creationDate) }) }} - Version {{ app.manifest.upstreamVersion }} - Website
+
{{ $t('appstore.installDialog.lastUpdated', { date: prettyDate(app.creationDate) }) }}
+
Version {{ app.manifest.upstreamVersion }} - Website
{{ $t('app.updates.info.packageVersion') }} {{ app.manifest.version }}
{{ $t('appstore.installDialog.memoryRequirement', { size: prettyBinarySize(manifest.memoryLimit || (256 * 1024 * 1024)) }) }}
@@ -308,6 +309,10 @@ defineExpose({ font-size: 14px; } +.summary > div { + text-wrap: nowrap; +} + .title { font-size: 32px; margin-bottom: 10px;