mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix text wrap for file_properties.js
This commit is contained in:
parent
c2a8f4f4a3
commit
e2aaa97a01
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user