From 7d1a0d4739c41098ccc2827cbc3a1715ad93f3e9 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 29 Aug 2014 12:05:01 +0200 Subject: [PATCH] define min height/width for icon classes to make sure they show --- core/css/icons.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/css/icons.css b/core/css/icons.css index b3a9454b56..095c29b312 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -1,6 +1,8 @@ [class^="icon-"], [class*=" icon-"] { background-repeat: no-repeat; background-position: center; + min-width: 16px; + min-height: 16px; }