Browse Source

Truncate long transition names.

pull/387/head
Sebastian Stehle 7 years ago
parent
commit
797e12547a
  1. 4
      src/Squidex/app/features/settings/pages/workflows/workflow-transition.component.scss

4
src/Squidex/app/features/settings/pages/workflows/workflow-transition.component.scss

@ -21,4 +21,8 @@
&.disabled {
background: $panel-light-background;
}
}
.transition-to {
@include truncate;
}
Loading…
Cancel
Save