mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	fix sizing of the attribute detail in inherited attribute list
This commit is contained in:
		| @@ -34,7 +34,10 @@ export default class InheritedAttributesWidget extends NoteContextAwareWidget { | ||||
|         super(); | ||||
|  | ||||
|         /** @type {AttributeDetailWidget} */ | ||||
|         this.attributeDetailWidget = new AttributeDetailWidget().setParent(this); | ||||
|         this.attributeDetailWidget = new AttributeDetailWidget() | ||||
|             .contentSized() | ||||
|             .setParent(this); | ||||
|  | ||||
|         this.child(this.attributeDetailWidget); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user