We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0019983 commit 33018ceCopy full SHA for 33018ce
src/lab_mock/templates/index.jinja2
@@ -20,7 +20,7 @@
20
{% for section in ENVIRONMENT %}
21
<h2 class="text-xl font-bold text-gray-800">{{ section.name }}</h2>
22
<p>{{ section.description }}</p>
23
- <table class="text-gray-900 border-separate table-auto border-spacing-y-4">
+ <table class="text-gray-900 border-separate table-fixed border-spacing-y-4">
24
<thead>
25
<tr class="text-left">
26
<th>Name</th>
@@ -35,7 +35,9 @@
35
{{ var.name }}
36
</span>
37
</td>
38
- <td>{{ var.value }}</td>
+ <td>
39
+ {{ var.value }}
40
+ </td>
41
</tr>
42
{% endfor %}
43
</tbody>
0 commit comments