@bpmn-io/form-js-editor 1.11.3 → 1.12.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.
@@ -2198,10 +2198,14 @@ textarea.bio-properties-panel-input {
2198
2198
  }
2199
2199
 
2200
2200
  .bio-properties-panel-feel-popup__title-link {
2201
- margin-left: auto;
2201
+ margin-left: 8px;
2202
2202
  display: flex;
2203
2203
  }
2204
2204
 
2205
+ .bio-properties-panel-feel-popup__title-link:first-of-type {
2206
+ margin-left: auto;
2207
+ }
2208
+
2205
2209
  .bio-properties-panel-feel-popup__title-link svg {
2206
2210
  width: var(--popup-header-line-height);
2207
2211
  height: var(--popup-header-line-height);