IONIC 2 Text innerhtml

0

I am putting together an APP with the REST API V2 of Wordpress and IONIC, the intention is to show the latest news from a website. The problem that I have, that although it seems simple I can not solve it, is that by showing the excerpt of the JSON it shows me all the text followed without creating a second line, and the worst thing is that it is cut with ellipses. The idea is that when you put the text if you do not enter a line automatically continue on the next line, but I do not understand why it does not. The text is added with [innerHtml], probe to put it without the inner and it puts the paragraph labels and continues with the same error that the text does not go down to a second line and is lost.

I do not understand why this problem, someone happened to him? THANK YOU

I add 2 images in order to show what happens to me

    
asked by desarrollosTELLO 22.05.2017 в 18:08
source

1 answer

0

Hello try with style="white-space: normal;"

<ion-card style="white-space: normal;">
</ion-card>
    
answered by 08.05.2018 в 17:14