FriendsOfFlarum / terms

Ask your users to accept TOS and Privacy Policy
https://discuss.flarum.org/d/11714
MIT License
14 stars 10 forks source link

Unable to use Break Lines in text field #5

Closed Benoit1980 closed 6 years ago

Benoit1980 commented 6 years ago

Hello,

It is impossible to use break line
in the text field causing the whole text to be added in 1 line.

Thanks

clarkwinkelmann commented 6 years ago

Yes, no formatting is possible as of right now.

I was considering passing the text through Flarum's TextFormatter, so all features of posts can be used there as well, including line breaks.

If you just want line breaks to work, you can add the following custom CSS to your forum:

.Flagrow-Terms-SignUp-Legal { white-space: pre; }

Please note this CSS will also make tabs and multiple spaces visible if they are present in the text..

clarkwinkelmann commented 6 years ago

Going to close this issue.

I've created another issue for the "allow formatting" feature request #7