Another slight modification to buttons on topsets

This commit is contained in:
Peter Stockings
2023-07-25 21:19:31 +10:00
parent b23d29d72a
commit 14a30e7332
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
</div>
{% endif %}
</td>
<td class="p-4 whitespace-nowrap text-sm font-semibold text-gray-900 flex flex-col sm:flex-row">
<td class="whitespace-nowrap text-sm font-semibold text-gray-900 flex flex-col sm:flex-row">
{% if is_edit|default(false, true) == false %}
<button
class="inline-flex justify-center p-2 text-blue-600 rounded-full cursor-pointer hover:bg-blue-100 dark:text-blue-500 dark:hover:bg-gray-600"