diff --git a/lib/process-services/task-list/components/task-header.component.scss b/lib/process-services/task-list/components/task-header.component.scss index 29d6b83d45..c59023f992 100644 --- a/lib/process-services/task-list/components/task-header.component.scss +++ b/lib/process-services/task-list/components/task-header.component.scss @@ -26,5 +26,15 @@ &-card-container { font-family: inherit; } + } + + @media screen and ($mat-small) { + adf-card-view .adf-property-value { + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + } + } + }