draft-components 2.3.1 → 2.3.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.
@@ -2646,6 +2646,10 @@
2646
2646
  margin-bottom: 4px;
2647
2647
  }
2648
2648
 
2649
+ .dc-form-field__input {
2650
+ min-width: 0;
2651
+ }
2652
+
2649
2653
  .dc-form-field__error,
2650
2654
  .dc-form-field__hint {
2651
2655
  display: block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draft-components",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "The React based UI components library.",
5
5
  "type": "module",
6
6
  "exports": {