Sort of fixing word wrap

This commit is contained in:
Scott Idem
2025-05-23 17:51:15 -04:00
parent 23f182b964
commit f6426eb574

View File

@@ -330,7 +330,7 @@ function remove_file_from_filelist(index) {
<span class="hidden">Remove</span>
</button>
</td>
<td class="file_filename text-wrap break-keep">
<td class="file_filename text-wrap break-all md:break-words">
{file_list_item.filename}
</td>
<td class="file_last_modified">{file_list_item.modified_datetime_string}</td>