mirror of https://github.com/twbs/bootstrap.git
				
				
				
			remove commented out code, fixes #23530
This commit is contained in:
		
							parent
							
								
									6bea2e24fe
								
							
						
					
					
						commit
						22f6ee52f0
					
				| 
						 | 
					@ -7,8 +7,6 @@
 | 
				
			||||||
.form-control {
 | 
					.form-control {
 | 
				
			||||||
  display: block;
 | 
					  display: block;
 | 
				
			||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
  // // Make inputs at least the height of their button counterpart (base line-height + padding + border)
 | 
					 | 
				
			||||||
  // height: $input-height;
 | 
					 | 
				
			||||||
  padding: $input-btn-padding-y $input-btn-padding-x;
 | 
					  padding: $input-btn-padding-y $input-btn-padding-x;
 | 
				
			||||||
  font-size: $font-size-base;
 | 
					  font-size: $font-size-base;
 | 
				
			||||||
  line-height: $input-btn-line-height;
 | 
					  line-height: $input-btn-line-height;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue