mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	let's try "display: flex" fix for the include note positioning bug, #1590
This commit is contained in:
		
							parent
							
								
									6b306ac426
								
							
						
					
					
						commit
						1ba1f28006
					
				@ -735,7 +735,7 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
 | 
			
		||||
    padding: 10px;
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
    background-color: var(--accented-background-color);
 | 
			
		||||
    clear: both;
 | 
			
		||||
    display: flex; /* see https://github.com/zadam/trilium/issues/1590 */
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.include-note.ck-placeholder::before { /* remove placeholder in otherwise empty note */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user