@weareconceptstudio/form 0.5.1 → 0.5.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.
- package/dist/styles/formStyle.js +3 -3
- package/package.json +1 -1
package/dist/styles/formStyle.js
CHANGED
|
@@ -525,7 +525,7 @@ const FormStyle = createGlobalStyle `${css `
|
|
|
525
525
|
padding: 0 !important;
|
|
526
526
|
|
|
527
527
|
.numInputWrapper {
|
|
528
|
-
width:
|
|
528
|
+
width: 8ch !important;
|
|
529
529
|
}
|
|
530
530
|
}
|
|
531
531
|
|
|
@@ -557,10 +557,10 @@ const FormStyle = createGlobalStyle `${css `
|
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
559
|
|
|
560
|
-
.arrowUp,
|
|
560
|
+
/* .arrowUp,
|
|
561
561
|
.arrowDown {
|
|
562
562
|
display: none;
|
|
563
|
-
}
|
|
563
|
+
} */
|
|
564
564
|
}
|
|
565
565
|
|
|
566
566
|
.flatpickr-month {
|