I have many text in my card item , the text i type do not show completely and at the last … dots show up , how can i replace this with the standard breakline
You would use css
.item-content{
white-space: normal;
}
I have many text in my card item , the text i type do not show completely and at the last … dots show up , how can i replace this with the standard breakline
You would use css
.item-content{
white-space: normal;
}