fix text wrap for file_properties.js

This commit is contained in:
Nriver 2024-08-05 10:34:00 +08:00
parent c2a8f4f4a3
commit e2aaa97a01

View File

@ -28,15 +28,15 @@ const TPL = `
<table class="file-table">
<tr>
<th>${t("file_properties.note_id")}:</th>
<th class="text-nowrap">${t("file_properties.note_id")}:</th>
<td class="file-note-id"></td>
<th>${t("file_properties.original_file_name")}:</th>
<th class="text-nowrap">${t("file_properties.original_file_name")}:</th>
<td class="file-filename"></td>
</tr>
<tr>
<th>${t("file_properties.file_type")}:</th>
<th class="text-nowrap">${t("file_properties.file_type")}:</th>
<td class="file-filetype"></td>
<th>${t("file_properties.file_size")}:</th>
<th class="text-nowrap">${t("file_properties.file_size")}:</th>
<td class="file-filesize"></td>
</tr>