Skip to content

Commit 33018ce

Browse files
committed
chore: update jinja template styling
1 parent 0019983 commit 33018ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/lab_mock/templates/index.jinja2

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{% for section in ENVIRONMENT %}
2121
<h2 class="text-xl font-bold text-gray-800">{{ section.name }}</h2>
2222
<p>{{ section.description }}</p>
23-
<table class="text-gray-900 border-separate table-auto border-spacing-y-4">
23+
<table class="text-gray-900 border-separate table-fixed border-spacing-y-4">
2424
<thead>
2525
<tr class="text-left">
2626
<th>Name</th>
@@ -35,7 +35,9 @@
3535
{{ var.name }}
3636
</span>
3737
</td>
38-
<td>{{ var.value }}</td>
38+
<td>
39+
{{ var.value }}
40+
</td>
3941
</tr>
4042
{% endfor %}
4143
</tbody>

0 commit comments

Comments
 (0)