Reply to Message

View discussion in a popup

Replying to:
Czernobog
Expert
Expert

Found a solution, by adding the white-space property to the textarea field, in the imported CSS file:

 

 

cf-textarea {
white-space: pre;
}

 

View solution in original post