diff --git a/modeler/src/views/decision/communication/node.vue b/modeler/src/views/decision/communication/node.vue index b7a2ad8..edd3b0f 100644 --- a/modeler/src/views/decision/communication/node.vue +++ b/modeler/src/views/decision/communication/node.vue @@ -32,7 +32,7 @@
- {{ item.description ?? item.name }} + {{ substring(item.description ?? item.name, 20) }}
diff --git a/modeler/src/views/decision/communication/platform-card.vue b/modeler/src/views/decision/communication/platform-card.vue index 1b1537f..f82ef35 100644 --- a/modeler/src/views/decision/communication/platform-card.vue +++ b/modeler/src/views/decision/communication/platform-card.vue @@ -29,12 +29,12 @@ - - - + + + + + +