Spaceing and Alignment for Step tag
Posted: Thu Jan 23, 2020 10:54 am
We have defined the line height for step tag in CSS we used and its given below.
But the content extending to the next line in the step is taking the same line height we defined in the CSS. Check the screen shot given below

Similarly when it comes to the alignment, if we used an "stepsection" tag in between the "steps" the alignment of the particular "step" after the "stepsection" tag is changing, which we couldn't able to rectify. Check the screen shot given below

Code: Select all
*[class~="task/step"], *[class~="task/steps-unordered"]{
line-height: 18pt;
}
*[class~="steps/step"], *[class~="steps-unordered/step"]{
line-height: 10pt;
}

Similarly when it comes to the alignment, if we used an "stepsection" tag in between the "steps" the alignment of the particular "step" after the "stepsection" tag is changing, which we couldn't able to rectify. Check the screen shot given below
