camunda-bpmn-js 5.14.1 → 5.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1467,7 +1467,7 @@ textarea.bio-properties-panel-input {
1467
1467
  top: 0;
1468
1468
  right: 0;
1469
1469
  line-height: 1;
1470
- padding: 2px 4px;
1470
+ padding: 3px 4px;
1471
1471
  margin: 3px;
1472
1472
  display: none;
1473
1473
  background: none;
@@ -1476,6 +1476,12 @@ textarea.bio-properties-panel-input {
1476
1476
  cursor: pointer;
1477
1477
  }
1478
1478
 
1479
+ .bio-properties-panel-feelers-editor-container .bio-properties-panel-open-feel-popup svg,
1480
+ .bio-properties-panel-feel-container .bio-properties-panel-open-feel-popup svg {
1481
+ width: 16px;
1482
+ height: 16px;
1483
+ }
1484
+
1479
1485
  .bio-properties-panel-feelers-editor-container:hover .bio-properties-panel-open-feel-popup,
1480
1486
  .bio-properties-panel-feel-container:hover .bio-properties-panel-open-feel-popup,
1481
1487
  .bio-properties-panel-feelers-editor-container:focus-within .bio-properties-panel-open-feel-popup,