Break words in modal title and path to handle long text

This commit is contained in:
Alex Ling
2020-03-15 02:58:27 +00:00
parent 88b16445e2
commit 750a28eccb
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
<%- if t.entries.size > 0 -%>
<div class="uk-card-badge uk-label"><%= (percentage[i] * 100).round(1) %>%</div>
<%- end -%>
<h3 class="uk-card-title"><%= t.title %></h3>
<h3 class="uk-card-title break-word"><%= t.title %></h3>
<p><%= t.size %> entries</p>
</div>
</div>