mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01: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