Question

Folksam Skadeforsakring AB
SE
Last activity: 17 Jul 2018 14:27 EDT
How to use ellipsis in Pega
I am trying to set an ellipsis function on a text inpt field in a big application. The ellipsis function shoult ONLY affect that section. The ellipsis function is ONLY working on the specific class and the class is a.null. I am now worried about IF more classes is null, the ellipsis function is going to affect those. The code that is working:
a.null {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 20ex;
}
We have also tried to create a class with a different name, and then the ellipsis func NOT working as expected.
***Edited by Moderator Marissa to update platform capability tags***