Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="active title panel-heading {{ record.ui.access_status.id }} m-0">
class="trigger"
aria-label="{{ _('File preview') }}"
>
<span id="preview-file-title">{{ human_readable_file_name }}</span>
<span id="preview-file-title" class="wrap-overflowing-text">{{ human_readable_file_name }}</span>
<i class="angle right icon" aria-hidden="true"></i>
</div>
</h3>
Expand Down Expand Up @@ -131,7 +131,7 @@ <h3 class="active title panel-heading {{ record.ui.access_status.id }} m-0">
{%- set file_type = file.key.split('.')[-1] %}
<tr>
<td class="ten wide">
<div>
<div class="wrap-overflowing-text">
<a href="{{ file_url_download }}">{{ human_readable_file_name }}</a>
</div>
{%- if not is_remote_file %}
Expand Down