Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css
index 2e564731eb4..8c89e32bbb8 100644
--- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css
@@ -20,8 +20,9 @@ ObjectFlow > Label{
}
OpaqueAction{
- rightMarginLabel : 5;
- textAlignment : center;
+ rightMarginLabel : 2;
+ leftMarginLabel : 30;
+ topMarginLabel : 10;
isNameWrap : true;
}
OpaqueAction > Compartment[kind="symbol"] {

Back to the top