Skip to content

Commit

Permalink
Fix size of columns on roadmap page
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Jan 20, 2024
1 parent 96ce01b commit 634ab2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions weechat/templates/dev/roadmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h3>
{% for task in tasks_version.list %}
<tr>
<td class="text-nowrap" style="width: 8rem;">{{ task.url_tracker }}</td>
<td class="text-center text-nowrap" style="width: 6rem";>
<td class="text-center text-nowrap" style="width: 6rem;">
{% if task.spec %}
<a href="{{ task.spec }}" class="svg-link">{% include "svg/doc.html" %}</a>
{% endif %}
Expand All @@ -72,8 +72,8 @@ <h3>
{% endif %}
</strong>
</td>
<td class="text-center text-nowrap commits" style="width: 6rem";>{{ task.url_commits }}</td>
<td class="text-center text-nowrap" style="width: 10rem;">
<td class="text-center commits" style="width: 8rem;">{{ task.url_commits }}</td>
<td class="text-center" style="width: 10rem;">
{{ task.component }}
</td>
<td>
Expand Down

0 comments on commit 634ab2d

Please sign in to comment.