datastake-daf 0.6.594 → 0.6.595
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/components/index.js
CHANGED
|
@@ -40498,6 +40498,8 @@ const Navigation = _ref => {
|
|
|
40498
40498
|
};
|
|
40499
40499
|
|
|
40500
40500
|
const SelectStyle = dt.div`
|
|
40501
|
+
width: 100%;
|
|
40502
|
+
|
|
40501
40503
|
.ant-select-arrow {
|
|
40502
40504
|
margin-top: 1px !important;
|
|
40503
40505
|
}
|
package/package.json
CHANGED