From 950f5db6c742bdcd859b3d224320a0a0c7006b8e Mon Sep 17 00:00:00 2001 From: Martin Stamm Date: Fri, 5 Nov 2021 09:29:55 +0100 Subject: [PATCH] fix(drilldown): break long breadcrumbs closes #1522 --- assets/bpmn-js.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/bpmn-js.css b/assets/bpmn-js.css index a47039bd..37aced05 100644 --- a/assets/bpmn-js.css +++ b/assets/bpmn-js.css @@ -5,6 +5,7 @@ .bjs-breadcrumbs { position: absolute; display: flex; + flex-wrap: wrap; top: 10px; left: 100px; font-family: var(--bjs-font-family); @@ -16,6 +17,7 @@ display: inline-flex; color: var(--blue-base-65); cursor: pointer; + padding-bottom: 5px; } .bjs-breadcrumbs li:last-of-type {