- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Found a solution, by adding the white-space property to the textarea field, in the imported CSS file:
cf-textarea {
white-space: pre;
}
Found a solution, by adding the white-space property to the textarea field, in the imported CSS file:
cf-textarea {
white-space: pre;
}