fixing upload table
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
<li class="maxheight grid_4">
|
||||
|
||||
{% if workouts %}
|
||||
<table width="100%" class="listtable shortpadded">
|
||||
<table width="100%" class="listtable shortpadded" style="word-break: break-all">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> R</th>
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
<h2>Challenge Information</h2>
|
||||
</p>
|
||||
<p>
|
||||
<table class="listtable shortpadded" width="100%>
|
||||
<table class="listtable shortpadded" width="100%">
|
||||
<tbody>
|
||||
{% if race.sessiontype == 'race' %}
|
||||
<tr>
|
||||
@@ -186,7 +186,7 @@
|
||||
{% endif %}
|
||||
|
||||
<p>
|
||||
<table class="listtable shortpadded">
|
||||
<table class="listtable shortpadded" style="word-break: break-all">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
@@ -314,6 +314,10 @@
|
||||
<a href="/rowers/workout/{{ result.workoutid|encode }}/view/entry/{{ result.id }}/">
|
||||
<i class="fas fa-search-plus fa-fw"></i></a>
|
||||
</td>
|
||||
{% if race.manager == request.user %}
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
{% endif %}
|
||||
</tr>
|
||||
{% endfor %}
|
||||
{% for result in dns %}
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user