Specify css classname to not override DMN Style

This commit is contained in:
Ayoub ait lachgar 2024-01-28 09:32:11 +01:00
parent 4092f4f1c3
commit 4e8705a736
1 changed files with 3 additions and 5 deletions

View File

@ -345,17 +345,17 @@ body {
/* BPMN JS CSS */
/* Override default palette styles */
.djs-palette {
.bjs-container .djs-palette {
width: 100% !important;
height: 90%;
overflow-y: auto;
}
.djs-palette.two-column.open {
.bjs-container .djs-palette.two-column.open {
width: 230px !important;
}
.djs-palette-entries {
.bjs-container .djs-palette-entries {
display: grid;
}
@ -376,5 +376,3 @@ body {
.djs-label {
font-family: 'Arial', sans-serif;
}