diff options
-rw-r--r-- | core/css/icons.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index b3a9454b565..095c29b3121 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; } |