From 99fcab80d8f57afd52e3343cf3e8d1273865dbe5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 19 Aug 2019 12:52:41 +0200 Subject: [PATCH] Fix icon size --- htdocs/theme/eldy/info-box.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/info-box.inc.php b/htdocs/theme/eldy/info-box.inc.php index c5bd978144c..395a3909b96 100644 --- a/htdocs/theme/eldy/info-box.inc.php +++ b/htdocs/theme/eldy/info-box.inc.php @@ -66,7 +66,7 @@ if (! defined('ISLOADEDBYSTEELSHEET'))  die('Must be call by steelsheet'); ?> height: 80px; width: 80px; font-size: 25px; - line-height: 70px; + line-height: 80px; } .info-box-icon > img { max-width: 100%;