diff --git a/core/css/icons.css b/core/css/icons.css index b3a9454b565880ef941e439f89c2d66517289f20..095c29b3121dbcd48ce0bbd44950ca33ba169875 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; }