@formio/js 5.1.0-dev.5972.fc33c16 → 5.1.0-dev.5977.69f20ee

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.
@@ -27,7 +27,7 @@
27
27
 
28
28
  /*! @license DOMPurify 3.2.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.3/LICENSE */
29
29
 
30
- /*! formiojs v5.1.0-dev.1 | https://unpkg.com/formiojs@5.1.0-dev.1/LICENSE.txt */
30
+ /*! formiojs v5.1.0-dev.2 | https://unpkg.com/formiojs@5.1.0-dev.2/LICENSE.txt */
31
31
 
32
32
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
33
33
 
@@ -2556,6 +2556,10 @@ url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("wof
2556
2556
  border-color: #ffeeba;
2557
2557
  }
2558
2558
 
2559
+ .form-control {
2560
+ height: calc(1.4em + 0.75rem + 2px);
2561
+ }
2562
+
2559
2563
  .formio-disabled-input .form-control.flatpickr-input {
2560
2564
  background-color: #eee;
2561
2565
  }