Skip to content

Commit

Permalink
[#342] added text-wrap to td issue title
Browse files Browse the repository at this point in the history
  • Loading branch information
u-shev committed Oct 6, 2023
1 parent 811495a commit bbf7691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/tables/open_issues_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{% for issue in filter.qs %}
<tr>
<th scope="row">{{ issue.num }}</th>
<td class="text-truncate" title="{{ issue.info.title }}">
<td class="text-truncate text-wrap" title="{{ issue.info.title }}">
<a href="{{ issue.html_url }}">
{{ issue.info.title }}
</a>
Expand Down

0 comments on commit bbf7691

Please sign in to comment.