jrs-react 1.2.18 → 1.2.19
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/build/index.es.js
CHANGED
package/build/index.js
CHANGED
|
@@ -6224,8 +6224,8 @@ const StyledPick = styled__default["default"].div`
|
|
|
6224
6224
|
>label{
|
|
6225
6225
|
white-space: nowrap;
|
|
6226
6226
|
display: inline-flex;
|
|
6227
|
-
align-items:
|
|
6228
|
-
height:
|
|
6227
|
+
align-items: center;
|
|
6228
|
+
height: 24px;
|
|
6229
6229
|
padding-right: 12px;
|
|
6230
6230
|
}
|
|
6231
6231
|
`;
|
package/package.json
CHANGED