define min height/width for icon classes to make sure they show

remotes/origin/fix-10825
Jan-Christoph Borchardt 11 years ago
parent 2b63c375a4
commit 7d1a0d4739
  1. 2
      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;
}

Loading…
Cancel
Save