Skip to content

Commit

Permalink
Wrap file names in file manager
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Feb 4, 2025
1 parent aedaf68 commit a535203
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
>
<img id={"file-#{file.uuid}"} src={url} alt="" class="h-32 w-full object-cover" />
<div class="flex items-center justify-between text-xs mt-1 relative">
<p><%= file.filename %></p>
<p class="break-all"><%= file.filename %></p>
<button @click.stop="showDelete = true" class="button button--text button--small">
<%= render_icon(:trash) %>
<span class="sr-only">title={gettext("Delete")}</span>
Expand Down

0 comments on commit a535203

Please sign in to comment.