mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-04 00:03:15 -05:00 
			
		
		
		
	Remove redundant properties from .embed-responsive (#28062)
				
					
				
			This commit is contained in:
		
							parent
							
								
									4c70e96b97
								
							
						
					
					
						commit
						14cb65f702
					
				@ -2,10 +2,7 @@
 | 
			
		||||
 | 
			
		||||
.embed-responsive {
 | 
			
		||||
  position: relative;
 | 
			
		||||
  display: block;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
 | 
			
		||||
  &::before {
 | 
			
		||||
    display: block;
 | 
			
		||||
@ -19,7 +16,6 @@
 | 
			
		||||
  video {
 | 
			
		||||
    position: absolute;
 | 
			
		||||
    top: 0;
 | 
			
		||||
    bottom: 0;
 | 
			
		||||
    left: 0;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    height: 100%;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user