@bpmn-io/form-js-viewer 0.13.1 → 0.14.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.
@@ -81,10 +81,9 @@
81
81
  }
82
82
 
83
83
  .fjs-container .fjs-layout-row {
84
- width: 100%;
84
+ flex: auto;
85
85
  padding: 9px 0;
86
86
  position: relative;
87
- margin-left: 1px;
88
87
  }
89
88
 
90
89
  .fjs-container .fjs-column {
@@ -121,6 +120,7 @@
121
120
  color: var(--color-text);
122
121
  background-color: var(--color-background);
123
122
  position: relative;
123
+ padding: 0 4px;
124
124
  }
125
125
 
126
126
  .fjs-container .fjs-form * {
@@ -523,6 +523,7 @@
523
523
  .fjs-container .fjs-form-field.fjs-has-errors .fjs-input,
524
524
  .fjs-container .fjs-form-field.fjs-has-errors .fjs-select,
525
525
  .fjs-container .fjs-form-field.fjs-has-errors .fjs-textarea,
526
+ .fjs-container .fjs-form-field.fjs-has-errors .fjs-taglist,
526
527
  .fjs-container .fjs-form-field.fjs-has-errors .fjs-input-group,
527
528
  .fjs-container .fjs-form-field.fjs-has-errors .fjs-input-group .fjs-input {
528
529
  border-color: var(--color-warning);