From ee01e433cb623d2cbcdc8b61a10bd455f698c980 Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Tue, 1 Dec 2020 20:27:36 +0200 Subject: Fix Action position in Designer Canvas Issue-ID: CCSDK-2286 Signed-off-by: Sarah Abouzainah Change-Id: Ib7520945b51122fc95c1dcbb7ecffecedb469eef --- .../packages/designer/jointjs/elements/action.element.ts | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/jointjs/elements/action.element.ts') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/jointjs/elements/action.element.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/jointjs/elements/action.element.ts index 417f60ba4..dd65bdbc1 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/jointjs/elements/action.element.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/jointjs/elements/action.element.ts @@ -25,7 +25,7 @@ const ActionElement = joint.shapes.standard.Rectangle.define(ActionElementTypeNa markup: ` - + @@ -36,21 +36,18 @@ const ActionElement = joint.shapes.standard.Rectangle.define(ActionElementTypeNa - - + + - - Action 1 + font-size="13" font-weight="bold" fill="#1273EB"> + Action 1 -- cgit 1.2.3-korg