.@{tab-prefix-cls}-line {
	&.@{tab-prefix-cls}-small {
		.@{tab-prefix-cls}-tab {
			line-height: 18px;
			height: 18px;
			padding: 0 @padding-xs!important;
			margin: calc((@height-base - 18px) / 2) 0;
		}
	}
	&.@{tab-prefix-cls}-large {
		.@{tab-prefix-cls}-tab {
			line-height: @height-xs;
			padding: 0 @padding-sm;
			margin: calc((@height-lg - @height-xs) / 2) 0;
		}
	}
}
