Fix the super long panel in bpmn-js that is driving me slowly mad

This commit is contained in:
Dan 2023-03-03 14:51:50 -05:00
parent ae159744bc
commit 17b931684b
1 changed files with 3 additions and 0 deletions

View File

@ -99,3 +99,6 @@ a:link {
padding-bottom: 70px;
min-height: 100%;
}
.djs-palette.two-column.open {
width: 96px !important;
}