diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/sprites.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/sprites.less b/less/sprites.less index ce7668844..a7741661e 100644 --- a/less/sprites.less +++ b/less/sprites.less @@ -14,7 +14,8 @@ // For the white version of the icons, just add the .icon-white class: // <i class="icon-inbox icon-white"></i> -[class^="icon-"] { +[class^="icon-"], +[class*=" icon-"] { display: inline-block; width: 14px; height: 14px; |
