mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	style/attribute detail dialog: fix stretched close button
This commit is contained in:
		
							parent
							
								
									5584a06cb3
								
							
						
					
					
						commit
						6f51c5e0cc
					
				@ -78,7 +78,7 @@ const TPL = /*html*/`
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
    </style>
 | 
					    </style>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <div style="display: flex; justify-content: space-between; margin-bottom: 8px;">
 | 
					    <div style="display: flex; justify-content: space-between; align-items: start; margin-bottom: 8px;">
 | 
				
			||||||
        <h5 class="attr-detail-title">${t("attribute_detail.attr_detail_title")}</h5>
 | 
					        <h5 class="attr-detail-title">${t("attribute_detail.attr_detail_title")}</h5>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <span class="bx bx-x close-attr-detail-button tn-tool-button" title="${t("attribute_detail.close_button_title")}"></span>
 | 
					        <span class="bx bx-x close-attr-detail-button tn-tool-button" title="${t("attribute_detail.close_button_title")}"></span>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user