fixing upload table
This commit is contained in:
@@ -156,7 +156,7 @@
|
|||||||
<li class="maxheight grid_4">
|
<li class="maxheight grid_4">
|
||||||
|
|
||||||
{% if workouts %}
|
{% if workouts %}
|
||||||
<table width="100%" class="listtable shortpadded">
|
<table width="100%" class="listtable shortpadded" style="word-break: break-all">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th> R</th>
|
<th> R</th>
|
||||||
|
|||||||
@@ -90,7 +90,7 @@
|
|||||||
<h2>Challenge Information</h2>
|
<h2>Challenge Information</h2>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<table class="listtable shortpadded" width="100%>
|
<table class="listtable shortpadded" width="100%">
|
||||||
<tbody>
|
<tbody>
|
||||||
{% if race.sessiontype == 'race' %}
|
{% if race.sessiontype == 'race' %}
|
||||||
<tr>
|
<tr>
|
||||||
@@ -186,7 +186,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<table class="listtable shortpadded">
|
<table class="listtable shortpadded" style="word-break: break-all">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
@@ -314,6 +314,10 @@
|
|||||||
<a href="/rowers/workout/{{ result.workoutid|encode }}/view/entry/{{ result.id }}/">
|
<a href="/rowers/workout/{{ result.workoutid|encode }}/view/entry/{{ result.id }}/">
|
||||||
<i class="fas fa-search-plus fa-fw"></i></a>
|
<i class="fas fa-search-plus fa-fw"></i></a>
|
||||||
</td>
|
</td>
|
||||||
|
{% if race.manager == request.user %}
|
||||||
|
<td> </td>
|
||||||
|
<td> </td>
|
||||||
|
{% endif %}
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% for result in dns %}
|
{% for result in dns %}
|
||||||
|
|||||||
@@ -46,8 +46,8 @@ table {
|
|||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
word-break: break-all;
|
/* word-break: break-all; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* apply a natural box layout model to all elements, but allowing components to change */
|
/* apply a natural box layout model to all elements, but allowing components to change */
|
||||||
|
|||||||
Reference in New Issue
Block a user