From 574ead679d0ae00ba00292ed56ba0e10faa5f27b Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Wed, 17 May 2023 13:33:00 +0100 Subject: [PATCH] [release] version 0.5.0-unstable29 --- client/src/pages/home/index.jsx | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/client/src/pages/home/index.jsx b/client/src/pages/home/index.jsx index 7ce9052..aebfce5 100644 --- a/client/src/pages/home/index.jsx +++ b/client/src/pages/home/index.jsx @@ -41,7 +41,6 @@ const HomePage = () => { whiteSpace: 'nowrap', overflow: 'hidden', textOverflow: 'ellipsis', - maxWidth: '78%', verticalAlign: 'middle', } @@ -192,7 +191,7 @@ const HomePage = () => { -
+

No Apps

You have no apps configured. Please add some apps in the configuration panel.

diff --git a/package.json b/package.json index 3189c3a..393651f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.5.0-unstable28", + "version": "0.5.0-unstable29", "description": "", "main": "test-server.js", "bugs": {