diff --git a/src/Squidex/app/features/settings/pages/workflows/workflow-transition.component.scss b/src/Squidex/app/features/settings/pages/workflows/workflow-transition.component.scss index 6a5b45945..8e49fbd32 100644 --- a/src/Squidex/app/features/settings/pages/workflows/workflow-transition.component.scss +++ b/src/Squidex/app/features/settings/pages/workflows/workflow-transition.component.scss @@ -21,4 +21,8 @@ &.disabled { background: $panel-light-background; } +} + +.transition-to { + @include truncate; } \ No newline at end of file