Skip to content

Commit a535203

Browse files
committed
Wrap file names in file manager
1 parent aedaf68 commit a535203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/keila_web/templates/component/file_manager_live.html.heex

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
>
6363
<img id={"file-#{file.uuid}"} src={url} alt="" class="h-32 w-full object-cover" />
6464
<div class="flex items-center justify-between text-xs mt-1 relative">
65-
<p><%= file.filename %></p>
65+
<p class="break-all"><%= file.filename %></p>
6666
<button @click.stop="showDelete = true" class="button button--text button--small">
6767
<%= render_icon(:trash) %>
6868
<span class="sr-only">title={gettext("Delete")}</span>

0 commit comments

Comments
 (0)