how to eliminate dots below the document link text

Certified Associate Developer

Hello,

Can you please help me removing the dots below the document link text as shown below 

Code used: 

a!richTextDisplayField(
labelPosition: "COLLAPSED",
value: a!forEach(
items: local!uploadedDocs,
expression: a!richTextItem(
text: extract(fn!getcontentobjectdetailsbyid(fv!item),"Name:",",") & char(10),
link: a!documentDownloadLink(

document: index(local!uploadedDocs,fv!index)
)

)
),

Screen shot :

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data