12363 make css rule generic

This commit is contained in:
Arthur 2023-05-02 15:09:48 -07:00
parent f16ac0244e
commit 0656b9fa07
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -266,7 +266,7 @@ table {
} }
} }
.journal-table table { .spaced-paragraph-table table {
td, td,
th { th {
p { p {

View File

@ -6,7 +6,7 @@
{% block content %} {% block content %}
<div class="card"> <div class="card">
<div class="card-body table-responsive journal-table"> <div class="card-body table-responsive spaced-paragraph-table">
{% render_table table 'inc/table.html' %} {% render_table table 'inc/table.html' %}
{% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
</div> </div>