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"

View File

@@ -59,7 +59,7 @@
class="px-4 bg-gray-50 text-gray-700 align-middle py-3 text-xs font-semibold text-left uppercase border-l-0 border-r-0 whitespace-nowrap">
Top Set</th>
<th
class="px-4 bg-gray-50 text-gray-700 align-middle py-3 text-xs font-semibold text-left uppercase border-l-0 border-r-0 whitespace-nowrap w-18 sm:w-24">
class="bg-gray-50 text-gray-700 align-middle py-3 text-xs font-semibold text-left uppercase border-l-0 border-r-0 whitespace-nowrap w-9 sm:w-20">
</th>
</tr>
</thead>