@bpmn-io/form-js-viewer 1.0.0-alpha.0 → 1.0.0-alpha.3

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.
@@ -234,6 +234,9 @@
234
234
  .fjs-container .fjs-form-field-label {
235
235
  display: flex;
236
236
  align-items: center;
237
+ white-space: nowrap;
238
+ overflow: hidden;
239
+ color: var(--color-text-light);
237
240
  }
238
241
 
239
242
  .fjs-container .fjs-incollapsible-label {
@@ -248,10 +251,6 @@
248
251
  letter-spacing: var(--letter-spacing-label);
249
252
  }
250
253
 
251
- .fjs-container .fjs-form-field-label {
252
- color: var(--color-text-light);
253
- }
254
-
255
254
  .fjs-container .fjs-form-field-description {
256
255
  color: var(--color-text-lighter);
257
256
  }