문제

I'm utilizing the following CSS styling in order to word wrap the text in plain-text multi-line text fields in an InfoPath form (2013). Here's the code I'm working with:

textarea{
    white - space: pre-line !important;

}

It doesn't seem to be working. Is my code above incorrect?

도움이 되었습니까?

해결책

The property is white-space (no spaces in the name). Documentation here

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