@pelcro/react-pelcro-js 3.2.0-beta.15 → 3.2.0-beta.16
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/pelcro.css +4 -3
- package/package.json +1 -1
package/dist/pelcro.css
CHANGED
|
@@ -827,7 +827,7 @@ Add the correct display in Chrome and Safari.
|
|
|
827
827
|
}
|
|
828
828
|
|
|
829
829
|
.pelcro-root .pelcro-input-wrapper {
|
|
830
|
-
margin-bottom:
|
|
830
|
+
margin-bottom: 1.5rem;
|
|
831
831
|
width: 100%;
|
|
832
832
|
}
|
|
833
833
|
|
|
@@ -838,10 +838,11 @@ Add the correct display in Chrome and Safari.
|
|
|
838
838
|
}
|
|
839
839
|
|
|
840
840
|
.pelcro-root .pelcro-input-error {
|
|
841
|
-
height:
|
|
841
|
+
height: auto;
|
|
842
842
|
font-size: 0.875rem;
|
|
843
843
|
line-height: 1.25rem;
|
|
844
|
-
margin-top: 0.
|
|
844
|
+
margin-top: 0.125rem;
|
|
845
|
+
position: absolute;
|
|
845
846
|
--tw-text-opacity: 1;
|
|
846
847
|
color: rgba(180, 48, 43, var(--tw-text-opacity));
|
|
847
848
|
text-transform: none;
|