px-react-ui-components 1.0.24 → 1.0.25

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.
@@ -76,7 +76,7 @@
76
76
  display: -o-flex;
77
77
  display: flex;
78
78
  justify-content: space-between;
79
- margin-top: 30px;
79
+ margin-top: 15px !important;
80
80
  }
81
81
 
82
82
  .react-confirm-alert-button-group > button {
@@ -108,6 +108,11 @@
108
108
 
109
109
  .react-confirm-alert-body {
110
110
  width: 500px;
111
- max-height: 300px;
111
+ max-width: 500px !important;
112
+ max-height: unset !important;
113
+ }
114
+
115
+ .react-confirm-alert-body > div {
116
+ max-height: 250px !important;
112
117
  overflow: auto;
113
118
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "px-react-ui-components",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "commonjs",