css for tables in virtual race result
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -45,8 +45,9 @@ q:before, q:after {
|
|||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
word-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
table-layout: fixed;
|
table-layout: auto;
|
||||||
|
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