Skip to content

Commit

Permalink
Fix font-awesome class name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Nov 23, 2016
1 parent d64f938 commit 2acc123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core_plugins/kibana/public/context/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div>surrounding entries</div>
</div>
<div class="localMenuItem" ng-click="contextApp.actions.decreaseSize()">
<div class="a fa-minus"></div>
<div class="fa fa-minus"></div>
</div>
</div>
</div>
Expand Down

0 comments on commit 2acc123

Please sign in to comment.