css for tables in virtual race result
This commit is contained in:
@@ -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