In Power Pages, is it possible to customise table rows in a list so that they only show 2 lines of text max?
I have tried adding the below CSS but this only gives me 1 line of text
max-width: 600px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}