why ia m getting all text in single line

0
why ia m getting all text in single line. i want to show all of them in different line. tell me what is problem. i am binding these value in list view like that
asked
4 answers
2

Hi Rahul,

             Use the container widget to wrap the attributes shown like image. or use table widgets which is available in toolbox and place your attributes in the each row or column.

 

 

 

Thanks and regards,

Vijayabharathi V

answered
1

Right now you have nothing to separate the attributes. You can either solve it by styling (with css / sass), or you can go for the quick and easy fix and put your attributes in a layout grid with several rows and / or columns.

answered
1

Hi Rahul,

Inside the list view for the container give the Appearance style as display:grid; the value will display one by one. Else you need to display the values in the same line mean use the widget: table or layout grid  

Thanks

Ragul.

answered
0

i have pace the attributes like taht in overview page.

answered