@bpmn-io/form-js-viewer 1.0.0 → 1.1.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.
@@ -175,6 +175,10 @@
175
175
  position: relative;
176
176
  }
177
177
 
178
+ .fjs-container .fjs-layout-row:empty {
179
+ display: none;
180
+ }
181
+
178
182
  .fjs-container .fjs-column {
179
183
  flex-grow: 1;
180
184
  }
@@ -366,6 +370,13 @@
366
370
  margin: auto;
367
371
  }
368
372
 
373
+ .fjs-container .fjs-form-field-spacer {
374
+ background-color: transparent;
375
+ display: flex;
376
+ align-items: center;
377
+ justify-content: center;
378
+ }
379
+
369
380
  .fjs-container .fjs-input[type='text'],
370
381
  .fjs-container .fjs-input[type='email'],
371
382
  .fjs-container .fjs-input[type='tel'],
@@ -707,6 +718,10 @@
707
718
  list-style-type: none;
708
719
  }
709
720
 
721
+ .fjs-container .fjs-form-field-text {
722
+ overflow-wrap: break-word;
723
+ }
724
+
710
725
  .fjs-container .fjs-form-field-text a {
711
726
  color: var(--color-accent);
712
727
  }
@@ -160,6 +160,10 @@
160
160
  position: relative;
161
161
  }
162
162
 
163
+ .fjs-container .fjs-layout-row:empty {
164
+ display: none;
165
+ }
166
+
163
167
  .fjs-container .fjs-column {
164
168
  flex-grow: 1;
165
169
  }
@@ -350,6 +354,13 @@
350
354
  margin: auto;
351
355
  }
352
356
 
357
+ .fjs-container .fjs-form-field-spacer {
358
+ background-color: transparent;
359
+ display: flex;
360
+ align-items: center;
361
+ justify-content: center;
362
+ }
363
+
353
364
  .fjs-container .fjs-input[type=text],
354
365
  .fjs-container .fjs-input[type=email],
355
366
  .fjs-container .fjs-input[type=tel],
@@ -689,6 +700,10 @@
689
700
  list-style-type: none;
690
701
  }
691
702
 
703
+ .fjs-container .fjs-form-field-text {
704
+ overflow-wrap: break-word;
705
+ }
706
+
692
707
  .fjs-container .fjs-form-field-text a {
693
708
  color: var(--color-accent);
694
709
  }