mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-24 06:58:24 -05:00
avoid overflowing of long mime type
This commit is contained in:
@@ -42,7 +42,7 @@ class NoteInfoWidget extends StandardWidget {
|
||||
$dateCreated.text(note.dateCreated);
|
||||
$dateModified.text(note.dateModified);
|
||||
$type.text(note.type);
|
||||
$mime.text(note.mime);
|
||||
$mime.text(note.mime).attr("title", note.mime);
|
||||
}
|
||||
|
||||
eventReceived(name, data) {
|
||||
|
||||
Reference in New Issue
Block a user