diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html
index c29deca2..d7fa0479 100644
--- a/rowers/templates/list_workouts.html
+++ b/rowers/templates/list_workouts.html
@@ -156,7 +156,7 @@
{% if workouts %}
-
+
| R |
diff --git a/rowers/templates/virtualevent.html b/rowers/templates/virtualevent.html
index 7be4caeb..40543d22 100644
--- a/rowers/templates/virtualevent.html
+++ b/rowers/templates/virtualevent.html
@@ -90,7 +90,7 @@
Challenge Information
-
{% if race.sessiontype == 'race' %}
@@ -186,7 +186,7 @@
{% endif %}
-
+
| |
@@ -314,6 +314,10 @@
+ {% if race.manager == request.user %}
+ |
+ |
+ {% endif %}
{% endfor %}
{% for result in dns %}
diff --git a/static/css/resetnew.css b/static/css/resetnew.css
index 841568d1..88a433e5 100644
--- a/static/css/resetnew.css
+++ b/static/css/resetnew.css
@@ -46,8 +46,8 @@ table {
border-collapse: collapse;
border-spacing: 0;
overflow-wrap: break-word;
- table-layout: auto;
- word-break: break-all;
+ table-layout: auto;
+ /* word-break: break-all; */
}
/* apply a natural box layout model to all elements, but allowing components to change */