mirror of
				https://github.com/picocss/pico
				synced 2025-11-03 21:57:14 +00:00 
			
		
		
		
	Fix: updated dropdown margins when inside a label
This commit is contained in:
		
							parent
							
								
									08da409d07
								
							
						
					
					
						commit
						d9f7cd6db6
					
				@ -206,3 +206,8 @@ li[role="list"] {
 | 
				
			|||||||
    background-image: var(--icon-chevron);
 | 
					    background-image: var(--icon-chevron);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					label > details[role="list"] {
 | 
				
			||||||
 | 
					  margin-top: calc(var(--spacing) * .25);
 | 
				
			||||||
 | 
					  margin-bottom: var(--spacing);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user