File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,3 +64,7 @@ img.is-centered {
6464 @include font-weight (100 * $i , )
6565 }
6666}
67+
68+ .add-br {
69+ white-space : pre-wrap ;
70+ }
Original file line number Diff line number Diff line change 11<template >
22 <section >
33 <h1 class =" subtitle is-5 has-text-primary" >Description</h1 >
4- <div class =" content" >
4+ <div class =" content add-br " >
55 <p >{{initiative.description}}</p >
66 </div >
77 </section >
Original file line number Diff line number Diff line change 55 <p ><b >{{initiative.name}}</b > was founded the year {{initiative.public_data.founding_year}}</p >
66 </div >
77 <h1 class =" subtitle is-5 has-text-primary" >Our goals</h1 >
8- <div class =" content" >
8+ <div class =" content add-br " >
99 <p >{{initiative.public_data.goals}}</p >
1010 </div >
1111 <h1 class =" subtitle is-5 has-text-primary" >Role of Youth</h1 >
Original file line number Diff line number Diff line change @@ -111,7 +111,4 @@ export default {
111111.card-content {
112112 color : #161616 ;
113113}
114- .add-br {
115- white-space : pre-wrap ;
116- }
117114 </style >
You can’t perform that action at this time.
0 commit comments