@bpmn-io/form-js-viewer 0.12.1 → 0.12.2

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.
@@ -266,6 +266,11 @@
266
266
  width: 100%;
267
267
  }
268
268
 
269
+ .fjs-container .fjs-timepicker-anchor {
270
+ height: 100%;
271
+ display: flex;
272
+ }
273
+
269
274
  .fjs-container .fjs-form-field-datetime .fjs-input-adornment svg {
270
275
  color: var(--color-icon-base);
271
276
  }
@@ -346,6 +351,8 @@
346
351
 
347
352
  .fjs-container .flatpickr-wrapper {
348
353
  width: 100%;
354
+ height: 100%;
355
+ display: flex;
349
356
  }
350
357
 
351
358
  .fjs-container .fjs-textarea {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmn-io/form-js-viewer",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "View forms - powered by bpmn.io",
5
5
  "exports": {
6
6
  ".": {
@@ -56,5 +56,5 @@
56
56
  "files": [
57
57
  "dist"
58
58
  ],
59
- "gitHead": "e4a01e3215209858258b2fb83dfc09b86fccc0db"
59
+ "gitHead": "38ab0923aff2de4e04094ddd8465cc201863dc9f"
60
60
  }