@bpmn-io/form-js-viewer 0.14.0 → 0.14.1

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.
@@ -101,6 +101,8 @@
101
101
 
102
102
  .fjs-container .cds--grid .cds--row {
103
103
  align-items: start;
104
+ margin-left: 0;
105
+ margin-right: 0;
104
106
  }
105
107
 
106
108
  @media (max-width: 66rem) {
@@ -257,7 +259,6 @@
257
259
  padding: 8px;
258
260
  width: auto !important;
259
261
  min-width: 34px;
260
- max-width: 30%;
261
262
  display: flex;
262
263
  overflow: hidden;
263
264
  }
@@ -337,6 +338,7 @@
337
338
  .fjs-container .fjs-input-group .fjs-taglist,
338
339
  .fjs-container .fjs-input-group .fjs-select {
339
340
  height: unset;
341
+ min-width: min(60px, 50%);
340
342
  width: 100%;
341
343
  }
342
344