progress
progress copied to clipboard
The progress bar in IE11 has redundant part with 0 percent
<div className={getClass('progress-line')}>
<Line percent={intPercentage} strokeWidth="6" strokeColor="#d3d3d3" strokeLinecap="square" trailWidth="0" />
</div>
__progress-line {
max-height: 30px;
max-width: 100%;
overflow: hidden;
svg {
max-height: 30px;
}
}