Portal page- description

Arun_Manoj
Mega Sage

Hi Team,

 

In the service portal field for the incident , where the description display only 20 characters remaining represent as ....., So, could please help to increase the number characters for the description. The highlighted , one is description and the character displayed.

arunm1_0-1712089571176.png

 

5 REPLIES 5

g k1
Tera Guru

you can use css property on that component

 "     white-space: nowrap;  "

this will make the whole text visible 
Please mark this comment as Correct Answer/Helpful if it helped you.