Cody Blue
Posts: 0
Joined: Sun Aug 25, 2013 2:11 am

List component font size and text wrap modification

I am intending to change the font size within ListItems and wrap the text therein. I am currently attaching this CSS to the list, and adding white-space as normal in 'more properties'

.my-custom-list .ui-li-static {
font-size:12px;
}

The font size is changing as expected but I am not getting the text wrap.

What would you recommend?

obullei
Posts: 0
Joined: Thu Jun 05, 2014 12:17 am

List component font size and text wrap modification

Hello!

You can use such CSS property, as "float" or "margin".
Please , find more information how to use CSS components here: http://docs.appery.io/documentation/w...

Cody Blue
Posts: 0
Joined: Sun Aug 25, 2013 2:11 am

List component font size and text wrap modification

Apologies, but this was not very useful feedback for what I was asking.

For readers in this forum who might run into a similar issue, I was able to resolve this by adding a label component to the listElement. The label component has font size adjustment options and automatically wraps the text.

Regards.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

List component font size and text wrap modification

Thank you for sharing solution.

Return to “Issues”