diff --git a/templates/partials/exercise_history.html b/templates/partials/exercise_history.html index 7bd7099..9d12ef4 100644 --- a/templates/partials/exercise_history.html +++ b/templates/partials/exercise_history.html @@ -1,6 +1,6 @@ {% if offset == 0 %}
+ class="w-full bg-gray-50 p-4 border-t border-gray-200 shadow-inner overflow-x-auto">

{{ title }}

@@ -10,7 +10,7 @@