Do not make app dockerImage overflow

This commit is contained in:
Johannes Zellner
2024-11-08 21:39:44 +01:00
parent 7ae02a62fe
commit 3fdb43762b
2 changed files with 7 additions and 1 deletions

View File

@@ -773,7 +773,7 @@
<div class="col-xs-4">
<span class="text-muted">{{ 'app.updates.info.description' | tr }}</span>
</div>
<div class="col-xs-8 text-right">
<div class="col-xs-8 text-right no-wrap-scroll">
<span ng-show="app.appStoreId">{{ app.manifest.title }} {{ app.upstreamVersion }}</span>
<span ng-show="!app.appStoreId">{{ app.manifest.dockerImage }}</span>
</div>