Skip to main content
Solved

Notify Me - How to break the row if it is not fit?

  • March 16, 2023
  • 1 reply
  • 63 views

hhy38
Superhero (Customer)
Forum|alt.badge.img+16
  • Superhero (Customer)
  • 326 replies

Hi,

I want to use line break for long texts. How can I break to row? I tried with “<br>” tag with “<p>”. It worked. Then I divide the text and I added “<br>”. It didn’t work with “<ifs-data>” tag. After that, I tried many thing to escape from tag. How can I break the line?

 

<ifs-data ifs-data-field="ND.NOTE_TEXT" class="col-xs-12"></ifs-data>

 

Best answer by hhy38

This is a bad way. But, I divide the text into parts. Then I show them. Until finding a better solution, we should use it like that.

 

 

 

1 reply

hhy38
Superhero (Customer)
Forum|alt.badge.img+16
  • Author
  • Superhero (Customer)
  • 326 replies
  • Answer
  • March 16, 2023

This is a bad way. But, I divide the text into parts. Then I show them. Until finding a better solution, we should use it like that.