From 77cc28a4669e9f766a1afc05270eaef71f5dbf33 Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Mon, 11 Jan 2016 11:38:21 +0100 Subject: [PATCH] =?UTF-8?q?Palliatif=20pour=20l'affichage=20des=20=C3=A9ti?= =?UTF-8?q?quettes=20trop=20grandes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 63e9fea..aa8c6c2 100644 --- a/css/style.css +++ b/css/style.css @@ -78,7 +78,7 @@ html, body { position: relative; overflow: hidden; width: 125px; - height: 125px; + height: 155px; } .launcher li.app-item::after { @@ -106,7 +106,6 @@ html, body { display: block; text-align: center; color: white; - white-space: nowrap; text-overflow: ellipsis; max-width: 90%; overflow: hidden;