camunda-bpmn-js 4.15.0 → 4.17.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.
@@ -1183,6 +1183,12 @@ textarea.bio-properties-panel-input {
1183
1183
  white-space: pre-wrap;
1184
1184
  }
1185
1185
 
1186
+ .bio-properties-panel-tooltip-content h1 {
1187
+ font-size: var(--text-size-base);
1188
+ font-weight: bold;
1189
+ margin: 0;
1190
+ }
1191
+
1186
1192
  .bio-properties-panel-tooltip-content code,
1187
1193
  .bio-properties-panel-tooltip-content pre {
1188
1194
  color: var(--description-color);