icon issue in admin dashboard

This commit is contained in:
rahul shukla 2019-06-21 11:23:27 +05:30
parent 511acd7930
commit b0c35ead9f
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@
<a href="{{ count($menuItem['children']) ? current($menuItem['children'])['url'] : $menuItem['url'] }}">
<span class="icon {{ $menuItem['icon-class'] }}">
</span>
{{ trans($menuItem['name']) }}
<span style="display: block;">
{{ trans($menuItem['name']) }}
</span>
</a>
</li>
@endforeach