affinityworks/main

support linebreaks in group description

Closed this issue · 0 comments

Acceptance Criterai

  • if i enter more than one line then the description should have spaces in between the lines when it is displayed

Context

  • The CSS white-space property is your friend here. Using white-space: pre-line should do the trick.