21 lines
		
	
	
		
			608 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			608 B
		
	
	
	
		
			Plaintext
		
	
	
| @import (reference) '../../style/themes/index';
 | |
| 
 | |
| @form-prefix-cls: ~'@{ant-prefix}-form';
 | |
| @form-item-prefix-cls: ~'@{form-prefix-cls}-item';
 | |
| 
 | |
| .@{form-prefix-cls}-horizontal {
 | |
|   .@{form-item-prefix-cls}-label {
 | |
|     flex-grow: 0;
 | |
|   }
 | |
|   .@{form-item-prefix-cls}-control {
 | |
|     flex: 1 1 0;
 | |
|     // https://github.com/ant-design/ant-design/issues/32777
 | |
|     // https://github.com/ant-design/ant-design/issues/33773
 | |
|     min-width: 0;
 | |
|   }
 | |
|   // https://github.com/ant-design/ant-design/issues/32980
 | |
|   .@{form-item-prefix-cls}-label.@{ant-prefix}-col-24 + .@{form-item-prefix-cls}-control {
 | |
|     min-width: unset;
 | |
|   }
 | |
| }
 |