From 62433b5f0527f4fa232134a1f1e8a67739d3b711 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 6 Oct 2018 20:55:28 +0200 Subject: give apps some more space and prevent linebreaks in app names. Add ellipsis to too long names. --- view/css/mod_apps.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'view/css') diff --git a/view/css/mod_apps.css b/view/css/mod_apps.css index 5e6000fb4..608027bd4 100644 --- a/view/css/mod_apps.css +++ b/view/css/mod_apps.css @@ -1,9 +1,12 @@ .app-container { float: left; - width: 148px; - margin: 20px; + width: 180px; + margin: 35px; } .app-name { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; margin: 10px 0px; } -- cgit v1.2.3