Details
-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
Description
In many cases, strings are truncated programmatically to fit the space in the layout.
For instance, the process instance IDs in the cockpit table cells below diagrams.
Instead of doing that with javascript, we should use do that with CSS.
By doing this, we would reduce the amount of JS and show as much information as possible.