diff --git a/dashboard/public/views/app.html b/dashboard/public/views/app.html
index 43eb3c10c..7d3dff6a7 100644
--- a/dashboard/public/views/app.html
+++ b/dashboard/public/views/app.html
@@ -773,7 +773,7 @@
+
{{ app.manifest.title }} {{ app.upstreamVersion }}
{{ app.manifest.dockerImage }}
diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss
index 0476709f2..b36eda00f 100644
--- a/dashboard/src/theme.scss
+++ b/dashboard/src/theme.scss
@@ -1665,6 +1665,12 @@ div:hover > .picture-edit-indicator {
overflow: hidden;
}
+.no-wrap-scroll {
+ text-wrap: nowrap;
+ overflow: auto;
+ display: block;
+}
+
.users-toolbar {
display: flex;
margin-bottom: 5px;