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": {