wcs: use same style for tables in front and back (#69371)

This commit is contained in:
Frédéric Péters 2022-09-21 10:22:44 +02:00
parent 871742a416
commit 8aade8287b
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
{% if card_objects %}
{% with cell.get_custom_schema as custom_schema %}
{% if cell.custom_schema and cell.custom_schema.cells|length > 1 %}
<div class="{% if not is_portal_agent %}pk-table-wrapper{% endif %}">
<table class="{% if is_portal_agent %}main{% else %}pk-data-table{% endif %}">
<div class="pk-table-wrapper">
<table class="pk-data-table pk-table-headers">
{% if custom_schema.grid_headers %}
<thead>
{% for item in custom_schema.cells %}