Skip to content

Commit

Permalink
don't wrap, truncate a title!
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jan 19, 2024
1 parent fe1b4ea commit 44c7087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/home/_case_summary.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="col-12 col-md-6 mb-4 mb-lg-0 col-lg-3">
<div class="card">
<h5 class="card-header">
<h5 class="card-header text-truncate">
<%= link_to case_title(kase), case_core_path(kase, kase.last_try_number) %>
</h5>

Expand Down

0 comments on commit 44c7087

Please sign in to comment.