diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index e5b319e67..6ab587837 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -140,6 +140,13 @@ html { padding: 10px 15px; } +.grid-item-top-title { + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + font-size: 24px; +} + .grid-item-bottom-mobile { padding: 10px 15px; border-top: 1px solid #ddd; diff --git a/webadmin/src/views/apps.html b/webadmin/src/views/apps.html index eb3e7b480..b8896fbe2 100644 --- a/webadmin/src/views/apps.html +++ b/webadmin/src/views/apps.html @@ -201,8 +201,8 @@
-
-
{{ app.location || app.fqdn }}
+
+
{{ app.location || app.fqdn }}
{{ app | installationStateLabel }}