Width of caption of rich text icon

Certified Associate Developer

how to set the width of caption in rich text icon?

a!columnLayout(
contents: {
a!forEach(
items: local!navSectionData,
expression: if(
local!collapseNav,
{
a!richTextDisplayField(
value: {
a!richTextIcon(
icon: fv!item.icon,
caption: fv!item.description,
link: if(
not(rule!APN_isEmpty(fv!item.processModel)),
a!startProcessLink(
processModel: fv!item.processModel,
processParameters: {
isNew:true()
}),

a!dynamicLink(
value: fv!item.id,
saveInto: local!activeCollapsibleNavSection
)
),
linkStyle: "STANDALONE",

  Discussion posts and replies are publicly visible

Parents Reply Children