Version 9 UI issues

Text overlapping each other makes it really hard to figure what is what. Maybe hide the overflow?

Not sure why this CSS rule is there. But removing it solves this issue.

Default.css file

image

Hello,

This issue has been identified and will be patch in the next version.

In the meantime, the solution would be to change:
.HomePortal .TableContent .Row .CellText:not(:first-child)
with
.HomePortal .TableContent .Row .CellText:has(span, svg)

Regards,
Lynn

Your solution does not work 100%. Other columns are overlapping when looking at a process dashboard.

Look:

Hello,

Thank you for your additional information and contribution.

The issue has been found and the solution would be the following:
.HomePortal .TableContent .Row .CellText:has(span.Version, svg)

Regards,
Lynn

@lyelle

Here is another layout issue. On the dashboard, under My requests in progress, the follow-up of actions in progress is not displaying properly.

Hello,

This issue has been identified and corrected for the next release of version 9.

Thank you for your continued feedback.

Regards,
Lynn