@bpmn-io/form-js-viewer 0.13.0 → 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 * {
@@ -257,6 +257,7 @@
257
257
  padding: 8px;
258
258
  width: auto !important;
259
259
  min-width: 34px;
260
+ max-width: 30%;
260
261
  display: flex;
261
262
  overflow: hidden;
262
263
  }
@@ -346,7 +347,7 @@
346
347
  margin: 0;
347
348
  outline: 0;
348
349
  width: auto;
349
- flex-grow: 1;
350
+ flex: 1;
350
351
  }
351
352
 
352
353
  .fjs-container .fjs-input-group .fjs-select-display {
@@ -522,6 +523,7 @@
522
523
  .fjs-container .fjs-form-field.fjs-has-errors .fjs-input,
523
524
  .fjs-container .fjs-form-field.fjs-has-errors .fjs-select,
524
525
  .fjs-container .fjs-form-field.fjs-has-errors .fjs-textarea,
526
+ .fjs-container .fjs-form-field.fjs-has-errors .fjs-taglist,
525
527
  .fjs-container .fjs-form-field.fjs-has-errors .fjs-input-group,
526
528
  .fjs-container .fjs-form-field.fjs-has-errors .fjs-input-group .fjs-input {
527
529
  border-color: var(--color-warning);