Skip to content

Commit

Permalink
Merge pull request #351 from u-shev/issues-td-title-width
Browse files Browse the repository at this point in the history
[#342] added text-wrap to td issue title
  • Loading branch information
sgmdlt authored Oct 13, 2023
2 parents 8d453b3 + bbf7691 commit 49205fa
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 49205fa

Please sign in to comment.