In workout modal on mobile view change edit/delete update/cancel buttons to column

This commit is contained in:
Peter Stockings
2023-07-25 21:11:46 +10:00
parent ab90e2d753
commit b23d29d72a
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">
<td class="p-4 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"