Add text wrap to exercise name in topset template for workout modal to improve readability on mobile
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<tr>
|
<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 %}
|
{% if is_edit|default(false, true) == false %}
|
||||||
{{ exercise_name }}
|
{{ exercise_name }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user