10

Sometimes we have in-app notification we can enable in the app settings.


If the subject text is too long, it will end with ... instead of displaying it in a new line.


I checked it is because of the CSS text-overflow: ellipses, and over-flow: hidden. This is not using the WebResource under solutions, it is hard coded stuff, we cannot change, so I am just wondered if it is possible to make the subject display fully,or change the CSS for the subject in the product.


I can confirm that if I change text-overflow->unset, and over-flow: scroll, it can display full text by scrolling, but it is in my dev console.


Thanks!



STATUS DETAILS
New