Sort of fixing word wrap
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user