Green-Party-of-Canada-Members / gpc-decidim

Decidim For the Green Party of Canada
https://wedecide.green.ca/
GNU Affero General Public License v3.0
1 stars 0 forks source link

Carriage returns appearing ONLY in card/summary view #96

Closed BigSnicker closed 1 year ago

BigSnicker commented 1 year ago

Gents,

Another strange thing came up in testing. Carriage returns in Proposal body text are only visible in the card/summary view. For example, this is how the body text was written for the test proposal (https://wedecide.green.ca/processes/create-proposals/f/394/proposals/3779), which shows up correctly in the card:

image

But this is how the body text looks when you click on the proposal:

image

This would be problematic, as some by-law suggestions can be quite long.

paarals commented 1 year ago

made by css and put it custom styles: imatge / Ensure line-break is honored even without HTML/ .decidim_awesome-custom_fields dd { white-space: pre-line; }