Add text wrap to exercise name in topset template for workout modal to improve readability on mobile

This commit is contained in:
Peter Stockings
2023-07-26 10:06:45 +10:00
parent 2f859157de
commit fa8a751d4d

View File

@@ -1,5 +1,5 @@
<tr>
<td class="p-0 sm:p-4 whitespace-nowrap text-sm font-semibold text-gray-900">
<td class="p-0 sm:p-4 text-sm font-semibold text-gray-900 break-normal">
{% if is_edit|default(false, true) == false %}
{{ exercise_name }}
{% else %}