Fix error on refresh where footer elements fused with action button
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="mt-4 w-full grid grid-cols-1 md:grid-cols-3 2xl:grid-cols-4 xl:grid-cols-5 gap-4">
|
||||
{% for stat in stats%}
|
||||
{% for stat in stats %}
|
||||
<div class="bg-white shadow rounded-lg p-4 sm:p-6 xl:p-8 ">
|
||||
<div class="flex items-center">
|
||||
<div class="flex-shrink-0">
|
||||
|
||||
Reference in New Issue
Block a user