Updated empty state col span

This commit is contained in:
Corey 2020-08-01 17:19:30 +08:00
parent 44b50548be
commit 0c3e8bf050
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@
<span class="hidden" x-text="item.icon_keywords"></span>
</a>
</template>
<div x-show="filteredIcons.length === 0">
<div x-show="filteredIcons.length === 0" class="col-span-2">
<h3 class="text-xl text-gray-500">
No Matches Found
</h3>