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 c85a060 commit 3bc3c6dCopy full SHA for 3bc3c6d
1 file changed
src/rockgarden/templates/folder_index.html
@@ -25,7 +25,7 @@
25
<table class="table table-zebra">
26
<thead>
27
<tr>
28
- <th scope="col" style="width: 40%">Title</th>
+ <th scope="col" style="width: {% if has_subtitle %}40{% else %}80{% endif %}%">Title</th>
29
{% if has_subtitle %}<th scope="col" style="width: 40%">Subtitle</th>{% endif %}
30
<th scope="col" class="whitespace-nowrap">Modified</th>
31
<th scope="col">Tags</th>
0 commit comments