Skip to content
Snippets Groups Projects
Commit 5fb39cbb authored by Tomi Valentová's avatar Tomi Valentová
Browse files

update table styling

parent 20a593a3
No related branches found
No related tags found
2 merge requests!1081Release,!1080update table styling
Pipeline #19168 passed
This commit is part of merge request !1081. Comments created here will be created in the context of that merge request.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
......@@ -50,7 +50,12 @@
</thead>
{% endif %}
<tbody class="w-full duration-200 [&_p]:py-0 [&_p]:my-0 [&_td]:py-2">
<tbody
class="
w-full duration-200 [&_p]:py-0 [&_p]:my-0 [&_td]:py-2
[&_td]:align-middle [&_tr:nth-child(even)]:bg-grey-50
"
>
{% for row in table.data %}
{% with forloop.counter0 as row_index %}
<tr>
......
......@@ -36,7 +36,12 @@
</thead>
{% endif %}
<tbody class="w-full duration-200 [&_p]:py-0 [&_p]:my-0 [&_td]:py-2">
<tbody
class="
w-full duration-200 [&_p]:py-0 [&_p]:my-0 [&_td]:py-2
[&_td]:align-middle [&_tr:nth-child(even)]:bg-grey-50
"
>
{% for row in data %}
{% with forloop.counter0 as row_index %}
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment