diff --git a/core/templates/base.html b/core/templates/base.html index e5b6a83..83e6282 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -212,6 +212,12 @@ z-index: 39 !important; } + .small-field { + overflow: hidden; + text-overflow: ellipsis; + overflow-y: hidden; + } + {# Yes it's in the source, fight me #}
{{ row.cells.date }}
{{ row.cells.time }}
+ {% elif column.name == 'match_ts' %} +{{ match_ts.0 }}
+{{ match_ts.1 }}
+ {% endwith %} +{{ cell|pretty }}
+ {{ cell|pretty }}
+