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