Frage

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?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit sharepoint.stackexchange
scroll top