mirror of https://github.com/twbs/bootstrap.git
				
				
				
			#1571: remove fixed width on file inputs
This commit is contained in:
		
							parent
							
								
									c1f0da7cce
								
							
						
					
					
						commit
						4211f21e39
					
				
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -570,6 +570,7 @@ input[type="image"], input[type="checkbox"], input[type="radio"] {
 | 
			
		|||
  border-radius: 0;
 | 
			
		||||
}
 | 
			
		||||
input[type="file"] {
 | 
			
		||||
  width: auto;
 | 
			
		||||
  padding: initial;
 | 
			
		||||
  line-height: initial;
 | 
			
		||||
  border: initial;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -91,6 +91,7 @@ input[type="radio"] {
 | 
			
		|||
 | 
			
		||||
// Reset the file input to browser defaults
 | 
			
		||||
input[type="file"] {
 | 
			
		||||
  width: auto;
 | 
			
		||||
  padding: initial;
 | 
			
		||||
  line-height: initial;
 | 
			
		||||
  border: initial;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue