mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-04 00:03:15 -05:00 
			
		
		
		
	Move margin from adjacent selector to right on the .custom-control for better responsive rendering (#21295)
This commit is contained in:
		
							parent
							
								
									ea9f846e0f
								
							
						
					
					
						commit
						306f75216d
					
				@ -14,11 +14,8 @@
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  min-height: (1rem * $line-height-base);
 | 
			
		||||
  padding-left: $custom-control-gutter;
 | 
			
		||||
  margin-right: $custom-control-spacer-x;
 | 
			
		||||
  cursor: pointer;
 | 
			
		||||
 | 
			
		||||
  + .custom-control {
 | 
			
		||||
    margin-left: $custom-control-spacer-x;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.custom-control-input {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user