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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.594",
3
+ "version": "0.6.595",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -1,6 +1,8 @@
1
1
  import styled from "styled-components";
2
2
 
3
3
  export const SelectStyle = styled.div`
4
+ width: 100%;
5
+
4
6
  .ant-select-arrow {
5
7
  margin-top: 1px !important;
6
8
  }