문제

Text-indent for a multiline text doesn't seem to be working. As shown in the below picture text-indent dosen't seem to apply for the word years:******(Circled in red)**.

Please advice.

 var indent =
        {
            'margin': '0px',
            'padding': '0px',
            'text-indent': '30px'
        };

$('.HideShow td:nth-child(2)').css(indent);

enter image description here

Thanks in advance.

BB

도움이 되었습니까?

해결책

Using 'padding-left':'30px' instead of 'text-indent': '30px' fixes the issue.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top