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